mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-04-22 08:43:05 +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
|
|
|
|
}
|