mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-04-05 08:23:28 +02:00
14 lines
154 B
Caddyfile
14 lines
154 B
Caddyfile
:80 {
|
|
encode gzip
|
|
|
|
log {
|
|
output file /var/log/Lychee_access.log
|
|
}
|
|
|
|
root * /usr/local/www/Lychee/public
|
|
file_server
|
|
|
|
php_fastcgi 127.0.0.1:9000
|
|
|
|
}
|