Solo procesar el pack.js

This commit is contained in:
f 2021-08-25 18:08:22 -03:00 committed by Nulo
parent 5196a07f65
commit b325035da0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ server {
add_header Cache-Control "no-store; max-age=0";
location /assets/js/ {
location /assets/js/pack.js {
proxy_pass http://127.0.0.1:65001;
}