Skip to content

Commit

Permalink
Set Host in MH proxy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 8, 2023
1 parent ade0594 commit 6afd3dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external.conf
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ location /out/minfoapi.matkahuolto.fi/ {
proxy_pass https://minfoapi.matkahuolto.fi/;
include allowed-ips.conf;
proxy_set_header Authorization MH_BASIC_AUTH;
proxy_set_header Host minfoapi.matkahuolto.fi;
proxy_read_timeout 15000ms;
}

Expand Down

0 comments on commit 6afd3dc

Please sign in to comment.