diff --git a/files/etc/nginx/conf.d/default.conf b/files/etc/nginx/conf.d/default.conf index d9e2817..c42bc51 100644 --- a/files/etc/nginx/conf.d/default.conf +++ b/files/etc/nginx/conf.d/default.conf @@ -71,7 +71,7 @@ server { } location /node_modules { - root /srv/nginx/svenv/; + root /srv/nginx/; expires 30d; add_header Pragma public;