diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/nginx/nginx.conf b/templates/nginx/nginx.conf index a16530a..14079a2 100644 --- a/templates/nginx/nginx.conf +++ b/templates/nginx/nginx.conf @@ -33,6 +33,7 @@ http { location /stub_status { stub_status; + access_log off; allow 127.0.0.1; deny all; } |
