turn off access logging for nitter.ca

This commit is contained in:
packetcat 2022-08-11 22:13:26 -04:00
parent 0713103201
commit 515f1b0737
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
- listen *:443 ssl http2
- listen [::]:443 ssl http2
- server_name nitter.ca
- access_log "/var/log/nginx/nitter.ca.access.log"
- access_log off
- error_log "/var/log/nginx/nitter.ca.error.log"
- ssl_certificate "/etc/ssl/letsencrypt/nitter.ca.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/nitter.ca.pem"