Skip to content

Commit

Permalink
Fix proxy host header
Browse files Browse the repository at this point in the history
  • Loading branch information
whs-dot-hk committed Jan 14, 2019
1 parent beae6cb commit 0518485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ server {

location / {
proxy_pass http://nifi:8080;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
}
}

0 comments on commit 0518485

Please sign in to comment.