Skip to content

Commit

Permalink
added proxy header
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Sep 3, 2024
1 parent 6f25702 commit b4e6f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/include/proxy_pass.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
proxy_redirect off;
proxy_buffering on;
proxy_cache mycache;
proxy_cache_bypass $http_secret_header;

proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit b4e6f07

Please sign in to comment.