From 691010471b65583f62edbb78c24f684d7b876604 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 May 2026 15:54:35 +0500 Subject: [PATCH] ++ --- apps/django/base/nginx-configmap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/django/base/nginx-configmap.yaml b/apps/django/base/nginx-configmap.yaml index c210fb5..2b70b85 100644 --- a/apps/django/base/nginx-configmap.yaml +++ b/apps/django/base/nginx-configmap.yaml @@ -86,6 +86,13 @@ data: proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80; } + location ~^/workspaces-v2/(.+)\.wasm$ { + proxy_http_version 1.1; + proxy_set_header Connection ""; + rewrite ^/workspaces-v2/(.+) /$1 break; + proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80; + } + location @index { add_header Cache-Control 'no-cache, must-revalidate, proxy-revalidate, max-age=0'; if_modified_since off;