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; }