Skip to content

Commit

Permalink
Add root redirect to hsl UI v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Mar 10, 2023
1 parent 9ed18e0 commit 118ee06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ http {
include basicsettings.conf;
}

location = / {
return 301 https://test.hslfi.hsldev.com/?fromJourneyPlanner=true;
}

location / {
proxy_pass http://digitransit-ui-hsl-v3:8080;
include basicsettings.conf;
Expand Down

0 comments on commit 118ee06

Please sign in to comment.