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
parent
f3c432dbff
commit
87d90a617d
|
@ -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_error_log_file: false
|
||||
nginx_access_log_syslog: false
|
||||
nginx_access_log_file: false
|
||||
nginx_keep_num_logs: 1
|
||||
|
|
Loading…
Reference in New Issue