From 54944fcd3d8e480d57b389a6518db4952e89f49e Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 27 Jun 2019 11:57:45 +0900 Subject: Limit logging of secure download requests --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index 1f44981..b6f13c0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -118,6 +118,8 @@ http { } location /d/ { + access_log off; + log_not_found off; rewrite ^/d/(.*)$ /$1 break; include uwsgi_params; uwsgi_pass unix:/run/uwsgi/secure-download.socket; -- cgit