diff --git a/nginx.conf.j2 b/nginx.conf.j2 index 45398655..e93e8022 100644 --- a/nginx.conf.j2 +++ b/nginx.conf.j2 @@ -25,6 +25,12 @@ server { uwsgi_socket_keepalive on; uwsgi_pass 127.0.0.1:3010; } + + location /nginx_status { + stub_status; + allow 127.0.0.1; + deny all; + } } server {