Skip to content

Commit

Permalink
Update the with the proxy_bind
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 1, 2024
1 parent 3bdefe6 commit 4d48200
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ location {{ location }} {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;

proxy_bind $remote_addr transparent;
set $proxy_pass_endpoint {{ proxy_pass }};
proxy_pass $proxy_pass_endpoint;
}
Expand Down

0 comments on commit 4d48200

Please sign in to comment.