Skip to content

Commit

Permalink
Merge pull request #256 from HSLdevcom/DT-6312
Browse files Browse the repository at this point in the history
Dt 6312
  • Loading branch information
vesameskanen authored Jun 17, 2024
2 parents e82a6fd + 1e3ed2f commit f1bcc2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit f1bcc2a

Please sign in to comment.