aboutsummaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 2 insertions, 0 deletions
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;