fix missing caddyfile
Some checks failed
Deploy Containers / Prepare (push) Failing after 8s

This commit is contained in:
2026-01-28 19:18:02 -05:00
parent 852a040e8a
commit bb4aee9a84
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
admin off
servers {
trusted_proxies static private_ranges
}
}
:80 {
root * /var/www/html/public
encode gzip
php_fastcgi 127.0.0.1:9000
file_server
}