http2pic/docker/Caddyfile
Chris 469ef7f5ea
Some checks failed
ci / docker (push) Failing after 11m20s
container and dev preparations
2025-06-10 10:39:47 +02:00

12 lines
204 B
Caddyfile
Executable File

:80 {
root * /srv/web
php_fastcgi 127.0.0.1:9000
file_server
log {
output file /srv/logs/web.error.log
level ERROR
}
try_files {path} {path}/ /index.php?{query}
}