diff --git a/common.conf b/common.conf index b7486fc..bb368bd 100644 --- a/common.conf +++ b/common.conf @@ -534,3 +534,12 @@ location /matka-fonts/ { # proxy_set_header X-Forwarded-Host $host; include cors.conf; } + +location /ui/v3/waltti-test/ { + rewrite /ui/v3/waltti-test/(.*) /$1 break; + proxy_pass http://digitransit-ui-waltti-test:8080; + proxy_redirect off; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + # proxy_set_header X-Forwarded-Host $host; +} \ No newline at end of file