X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fetc_files%2Fweb%2Fetc%2Fnginx%2Fnginx.conf;h=83092d651d8b8749482ab6cbab96cf4fb371ea15;hp=63ea6202ef93c8b2f8cac3466e453abfa8cfff3b;hb=0504405d378ed9f92ab63e2d339b52273ec8530d;hpb=a21865b8ee3bc737357a6267c05e7bc307af57d7 diff --git a/buster/etc_files/web/etc/nginx/nginx.conf b/buster/etc_files/web/etc/nginx/nginx.conf index 63ea620..83092d6 100644 --- a/buster/etc_files/web/etc/nginx/nginx.conf +++ b/buster/etc_files/web/etc/nginx/nginx.conf @@ -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;