feat(nginx): added mobile bucket
This commit is contained in:
parent
8f6aee5db8
commit
ca1c161ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue