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;