diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 7e72127..91eb4d0 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -18,7 +18,6 @@ server { location /nginx-status { stub_status on; - allow 127.0.0.1; - deny all; + allow all; } } \ No newline at end of file