Skip to content

Commit

Permalink
Merge pull request #255 from HSLdevcom/DT-6312
Browse files Browse the repository at this point in the history
DT-6213 new waltti test server points to test instead of v3
  • Loading branch information
vesameskanen authored Jun 17, 2024
2 parents cb6e128 + 5610ab0 commit e82a6fd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ http {
}

location = /sw.js {
proxy_pass http://digitransit-ui-waltti-v3:8080;
proxy_pass http://digitransit-ui-waltti-test:8080;
include basicsettings.conf;
proxy_cache sw;
proxy_cache_valid 200 30s;
Expand All @@ -569,13 +569,18 @@ http {
proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie;
proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
}
location /local-storage-emitter {
proxy_hide_header X-Frame-Options;
proxy_pass http://digitransit-ui-waltti-test:8080;
include basicsettings.conf;
}
location = /haku {
proxy_hide_header X-Frame-Options;
proxy_pass http://digitransit-ui-waltti-v3:8080;
proxy_pass http://digitransit-ui-waltti-test:8080;
include basicsettings.conf;
}
location / {
proxy_pass http://digitransit-ui-waltti-v3:8080;
proxy_pass http://digitransit-ui-waltti-test:8080;
include basicsettings.conf;
auth_basic "waltti-test.digitransit.fi";
auth_basic_user_file .htpasswd;
Expand Down

0 comments on commit e82a6fd

Please sign in to comment.