{ admin off auto_https off http_port {$CADDY_HTTP_PORT:1414} } (external_redirects) { } (internal_redirects) { redir /.well-known/security.txt /security.txt redir /.well-known/humans.txt /humans.txt redir /.well-known/robots.txt /robots.txt } http:// { root * ./public encode zstd gzip file_server import external_redirects import internal_redirects respond /healthz 200 log { format filter { wrap console { time_format wall_milli level_format color } fields { common_log delete request>headers>Accept-Encoding delete request>headers>Accept-Language delete request>headers>Connection delete request>headers>Authorization delete request>remote_addr ip_mask { ipv4 24 ipv6 32 } } } } }