diff --git a/Caddyfile b/Caddyfile index 09b45e0..0d03a0c 100755 --- a/Caddyfile +++ b/Caddyfile @@ -11,9 +11,9 @@ order php before file_server } -{$CADDY_EXTRA_CONFIG} +{$CADDY_EXTRA_CONFIG} -{$SERVER_NAME:localhost} { +{$SERVER_NAME:localhost}:80 { root * web/ encode zstd br gzip @@ -39,9 +39,9 @@ file path *.avif *.css *.eot *.gif *.gz *.ico *.jpg *.jpeg *.js *.otf *.pdf *.png *.svg *.ttf *.webp *.woff *.woff2 } - header @static Cache-Control "max-age=31536000,public,immutable" + header @static Cache-Control "max-age=31536000,public,immutable" {$CADDY_SERVER_EXTRA_DIRECTIVES} php_server -} \ No newline at end of file +}