errors should be logged

This commit is contained in:
staticsafe 2021-09-07 18:17:08 -04:00
parent 4c09da012d
commit 07e9a24ce3
1 changed files with 1 additions and 0 deletions

View File

@ -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