Changes:
- added `asayer-sourcemaps` to nginx
This commit is contained in:
parent
2b029ef6c1
commit
7aab9c3927
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ data:
|
|||
location /healthz {
|
||||
return 200 'OK';
|
||||
}
|
||||
location ~ ^/(asayer-mobs|asayer-sessions-assets|frontend|static)/ {
|
||||
location ~ ^/(asayer-mobs|asayer-sessions-assets|frontend|static|asayer-sourcemaps)/ {
|
||||
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