diff --git a/apps/django/base/nginx-configmap.yaml b/apps/django/base/nginx-configmap.yaml index cf4eed8..dcd095c 100644 --- a/apps/django/base/nginx-configmap.yaml +++ b/apps/django/base/nginx-configmap.yaml @@ -74,10 +74,10 @@ data: # proxy_pass http://backend-filestream-svc.documentations.svc.cluster.local:80; # } - # location ~^/(api|admin)/ { - # proxy_set_header Host $host; - # proxy_pass http://backend-svc.django.svc.cluster.local:80; - # } + location ~^/(api|admin)/ { + proxy_set_header Host $host; + proxy_pass http://backend-svc.django.svc.cluster.local:80; + } location ~^/workspaces-v2/(.+).js { proxy_http_version 1.1;