Michael (Parker) Parker 27b896c6d2
Update docker image (#1917)
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
2025-12-05 22:50:49 -05:00

19 lines
305 B
Caddyfile

{
servers {
## docs https://caddyserver.com/docs/caddyfile/options#trusted-proxies
{$CADDY_TRUSTED_PROXIES}
{$CADDY_STRICT_PROXIES}
}
admin off
{$PARSED_AUTO_HTTPS}
{$PARSED_LE_EMAIL}
}
{$PARSED_APP_URL} {
root * /var/www/html/public
encode gzip
file_server
php_fastcgi 127.0.0.1:9000
}