Create Caddyfile-nossl

This commit is contained in:
tschettervictor
2024-09-15 12:27:52 -06:00
committed by GitHub
parent d20dd2ee83
commit c8f70be850

View File

@@ -0,0 +1,13 @@
: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
}