From: Abhishek Kumar Singh Date: Wed, 16 Apr 2014 09:06:33 +0000 (+0530) Subject: Update overview.rst with typos in nginx conf. X-Git-Tag: v4.0.0b1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5ca2abf887783dd1d612c69dba2072cc8bb93c;p=thirdparty%2Ftornado.git Update overview.rst with typos in nginx conf. Minor correction in the production nginx server conf with proxy_redirect as off; previously it was false. --- diff --git a/docs/overview.rst b/docs/overview.rst index 438dd657c..f066b47d0 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -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;