Browse Source

Remove Unwated Space

old-stable
Mitesh Shah 11 years ago
parent
commit
3ddee32925
  1. 4
      etc/nginx/common/locations.conf

4
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;

Loading…
Cancel
Save