feat(nginx): added mobile bucket

This commit is contained in:
Taha Yassine Kraiem 2021-11-17 17:32:47 +01:00
parent 8f6aee5db8
commit ca1c161ff5

View file

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