diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 700585dc..f077ce07 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -432,9 +432,10 @@ http { root /var/empty; + access_log off; + location = / { stub_status; - access_log off; } location / { |
