diff --git a/with-proxy/nginx.conf b/with-proxy/nginx.conf index ee08c18..f9e528d 100644 --- a/with-proxy/nginx.conf +++ b/with-proxy/nginx.conf @@ -40,15 +40,6 @@ http { access_log /dev/stdout; error_log /dev/stderr info; - # Don't log status polls - location /nginx_status { - stub_status on; - access_log off; - allow 127.0.0.1; - allow ::1; - deny all; - } - # Configuration files don't exist location ^~ \.conf$ { return 404;