home · contact · privacy
Fix.
[config] / buster / etc_files / web / etc / nginx / nginx.conf
index 63ea6202ef93c8b2f8cac3466e453abfa8cfff3b..83092d651d8b8749482ab6cbab96cf4fb371ea15 100644 (file)
@@ -23,6 +23,8 @@ http {
     # logging deactivated due to GDPR
     #access_log /var/log/nginx/access.log;
     #error_log /var/log/nginx/error.log;
+    access_log off;
+    error_log off;
 
     # virtual hosts: sites-enabled is the Debian way, conf.d the NGINX default
     include /etc/nginx/conf.d/*.conf;