- added `asayer-sourcemaps` to nginx
This commit is contained in:
KRAIEM Taha Yassine 2021-05-16 00:55:40 +02:00
parent 84dd5cd24d
commit bda85b5032

View file

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