minio-backups: Disable nginx access logs entirely

The _nginx_ access log files are absolutely spammed with requets from
Restic and WAL-G, to the point where they fill the log volume on
_chromie_ every day.  They're not particularly useful anyway; I've never
looked at them, and any information they contain can be obtained in
another way, if necessary, for troubleshooting.
unifi-restore
Dustin 2025-07-03 11:15:40 -05:00
parent f3c432dbff
commit 87d90a617d
1 changed files with 1 additions and 0 deletions

View File

@ -31,4 +31,5 @@ nginx_ssl_certificate: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/fullch
nginx_ssl_certificate_key: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/privkey.pem nginx_ssl_certificate_key: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/privkey.pem
nginx_error_log_file: false nginx_error_log_file: false
nginx_access_log_syslog: false nginx_access_log_syslog: false
nginx_access_log_file: false
nginx_keep_num_logs: 1 nginx_keep_num_logs: 1