turn off access logging for nitter.ca
This commit is contained in:
parent
1eb8567d07
commit
4c09da012d
|
@ -19,6 +19,7 @@
|
|||
- listen *:443 ssl http2
|
||||
- listen [::]:443 ssl http2
|
||||
- server_name nitter.ca
|
||||
- access_log off
|
||||
- ssl_certificate "/etc/ssl/letsencrypt/nitter.ca.crt"
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/nitter.ca.pem"
|
||||
- ssl_stapling on
|
||||
|
|
Loading…
Reference in New Issue