diff --git a/nginx.conf b/nginx.conf index f642bac..99307c8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;