diff --git a/conf/nginx.conf b/conf/nginx.conf index 99f03ed875880..46c0cb20db0f6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -111,7 +111,7 @@ server { stub_status; allow 127.0.0.1; # localhost allow 172.30.0.0/16; # docker IP range - deny all; # deny all other hosts + deny all; # deny all other hosts } location /cgi/ { @@ -179,7 +179,7 @@ server { stub_status; allow 127.0.0.1; # localhost allow 172.30.0.0/16; # docker IP range - deny all; # deny all other hosts + deny all; # deny all other hosts } location /cgi/ {