Skip to content

Commit

Permalink
Update overview.rst with typos in nginx conf.
Browse files Browse the repository at this point in the history
Minor correction in the production nginx server conf with proxy_redirect as off; previously it was false.
  • Loading branch information
toanant authored and bdarnell committed May 3, 2014
1 parent 3d87bf5 commit aa5ca2a
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 aa5ca2a

Please sign in to comment.