From d39c65e321e6e9ad541c8f6c6c1201b7d064b47b 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 0ccbbcb33..4057b43b2 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