From 07e9a24ce38c393919e138d1a7bf2912be6c430d Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 7 Sep 2021 18:17:08 -0400 Subject: [PATCH] errors should be logged --- 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 9fa86da..1c3d752 100644 --- a/ubuntu/elaine.asininetech.net.yml +++ b/ubuntu/elaine.asininetech.net.yml @@ -20,6 +20,7 @@ - listen [::]:443 ssl http2 - server_name nitter.ca - 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" - ssl_stapling on