mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 17:39:55 +01:00
14 lines
154 B
Caddyfile
14 lines
154 B
Caddyfile
|
|
:80 {
|
||
|
|
encode gzip
|
||
|
|
|
||
|
|
log {
|
||
|
|
output file /var/log/heimdall_access.log
|
||
|
|
}
|
||
|
|
|
||
|
|
root * /usr/local/www/html/public
|
||
|
|
file_server
|
||
|
|
|
||
|
|
php_fastcgi 127.0.0.1:9000
|
||
|
|
|
||
|
|
}
|