From 3ddee32925e0c861426e59f4a6fdf29aafe146a9 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 20 Dec 2013 20:07:54 +0530 Subject: [PATCH] Remove Unwated Space --- etc/nginx/common/locations.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/nginx/common/locations.conf b/etc/nginx/common/locations.conf index 8627ed09..c49320bf 100644 --- a/etc/nginx/common/locations.conf +++ b/etc/nginx/common/locations.conf @@ -60,7 +60,7 @@ location /phpmyadmin { location /nginx_status { stub_status on; access_log off; - satisfy any; + satisfy any; auth_basic "Restricted Area"; auth_basic_user_file htpasswd-ee; include common/allowed_ip.conf; @@ -69,7 +69,7 @@ location /nginx_status { location ~ ^/(status|ping) { include fastcgi_params; fastcgi_pass php; - satisfy any; + satisfy any; auth_basic "Restricted Area"; auth_basic_user_file htpasswd-ee; include common/allowed_ip.conf;