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 committed Apr 16, 2014
1 parent 0e1a830 commit d39c65e
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 d39c65e

Please sign in to comment.