From db25046b176947594ef95ecda6fc5eb471424a6b Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 1 Apr 2013 22:58:23 +0300 Subject: [PATCH] double padding --- install/0.9.7/rhel/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/install/0.9.7/rhel/nginx.conf b/install/0.9.7/rhel/nginx.conf index e842ae912..318a9a21c 100644 --- a/install/0.9.7/rhel/nginx.conf +++ b/install/0.9.7/rhel/nginx.conf @@ -58,6 +58,7 @@ http { # Symlinks protection disable_symlinks if_not_owner; + # Proxy settings proxy_redirect off; proxy_set_header Host $host;