From aa5ca2abf887783dd1d612c69dba2072cc8bb93c Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Wed, 16 Apr 2014 14:36:33 +0530 Subject: [PATCH] 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. --- docs/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2