Create Caddyfile-nossl

This commit is contained in:
tschettervictor
2024-09-15 13:56:21 -06:00
committed by GitHub
parent a31ddb0086
commit d06429b469

View File

@@ -0,0 +1,22 @@
:80 {
root * /usr/local/www/zenphoto
file_server
php_fastcgi 127.0.0.1:9000
log {
output file /var/log/zenphoto.log
}
@forbidden {
path /.htaccess
path *.cfg
path *.log
path *.zdb
path *.xxx
}
respond @forbidden 404
}