Skip to content

Commit

Permalink
Merge branch 'stable' into branch3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed May 6, 2014
2 parents 1f33de0 + 049ab33 commit b68ade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ running on ports 8000 - 8003:
location / {
proxy_pass_header Server;
proxy_set_header Host $http_host;
proxy_redirect false;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Scheme $scheme;
proxy_pass http://frontends;
Expand Down

0 comments on commit b68ade8

Please sign in to comment.