From 4c09da012da6a1489e93a619d88c8d8412063f69 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 7 Sep 2021 18:16:34 -0400 Subject: [PATCH] turn off access logging for nitter.ca --- ubuntu/elaine.asininetech.net.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/elaine.asininetech.net.yml b/ubuntu/elaine.asininetech.net.yml index 7233852..9fa86da 100644 --- a/ubuntu/elaine.asininetech.net.yml +++ b/ubuntu/elaine.asininetech.net.yml @@ -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