diff --git a/nginx.template.conf b/nginx.template.conf index eeb93d9..632c206 100644 --- a/nginx.template.conf +++ b/nginx.template.conf @@ -82,7 +82,7 @@ http { # Static assets for pancake/third_party location /pancake/third_party { - alias ${NIXPACKS_PHP_ROOT_DIR}/pancake/third_party; + alias /app/pancake/third_party; expires 1y; add_header Cache-Control "public, immutable";