From ddac5858eb24b128fc723ee94c5e9ed9b230f85d Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 21:32:49 +0700 Subject: [PATCH] ++ --- apps/django/base/nginx-configmap.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/django/base/nginx-configmap.yaml b/apps/django/base/nginx-configmap.yaml index 15b9bcc..1464b62 100644 --- a/apps/django/base/nginx-configmap.yaml +++ b/apps/django/base/nginx-configmap.yaml @@ -91,10 +91,10 @@ data: try_files /static/index.html =404; } - location ~^/workflows/(.+).js { - rewrite /workflows/(.+) /$1 break; - proxy_pass http://frontend-svc.processing.svc.cluster.local:80; - } + # location ~^/workflows/(.+).js { + # rewrite /workflows/(.+) /$1 break; + # proxy_pass http://frontend-svc.processing.svc.cluster.local:80; + # } location /service-worker.js { try_files /static/$uri @index; }