diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 42a0a25..7e72127 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -15,4 +15,10 @@ server { location ~* .(jpg|jpeg|png|gif|ico|css|js)$ { expires 30d; } + + location /nginx-status { + stub_status on; + allow 127.0.0.1; + deny all; + } } \ No newline at end of file