Skip to content

Commit

Permalink
Merge pull request #116 from vstoykovbg/patch-1
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
barisusakli committed Feb 9, 2017
2 parents 22b1243 + 073c776 commit 94271a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scaling/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Sample Nginx configuration with all of the above applied

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-NginX-Proxy true;
proxy_redirect off;
Expand Down

0 comments on commit 94271a9

Please sign in to comment.