Skip to content

Commit

Permalink
Merge pull request #13 from experimental-platform/tiff-remove-x-forwa…
Browse files Browse the repository at this point in the history
…red-header

Remove x-forwarded header
  • Loading branch information
tiff committed Sep 3, 2015
2 parents 86f7608 + 66198fe commit 69a75e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx.conf.app.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ location /$APP/ {
proxy_set_header Upgrade \$http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host \$http_host;
proxy_set_header X-Forwarded-Proto \$scheme;
proxy_set_header X-Forwarded-For \$remote_addr;
proxy_set_header X-Forwarded-Port \$server_port;
proxy_set_header X-Request-Start \$msec;
proxy_connect_timeout 1;
proxy_next_upstream error timeout http_500 http_502 http_503 http_504 http_404;
Expand Down

0 comments on commit 69a75e0

Please sign in to comment.