From b325035da08c7e2dfd58704923f5678ce2cc8be1 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 18:08:22 -0300 Subject: [PATCH] Solo procesar el pack.js --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f410a90..390758b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; }