From ca1c161ff500645e6f6415f834332a6e19840b0c Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 17 Nov 2021 17:32:47 +0100 Subject: [PATCH] feat(nginx): added mobile bucket --- .../helm/nginx-ingress/nginx-ingress/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml b/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml index 2e6f259a1..422171a73 100644 --- a/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml +++ b/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml @@ -11,7 +11,7 @@ data: location /healthz { return 200 'OK'; } - location ~ ^/(mobs|sessions-assets|frontend|static|sourcemaps)/ { + location ~ ^/(mobs|sessions-assets|frontend|static|sourcemaps|ios-images)/ { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;