diff --git a/nginx.conf b/nginx.conf index 19842f2..60ce1d7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,6 +9,10 @@ server { add_header Cache-Control "no-store; max-age=0"; + location ~ /../assets/js/pack.js { + rewrite ^ /assets/js/pack.js last; + } + location /assets/js/pack.js { proxy_pass http://127.0.0.1:65001; }