minio-backups: Disable nginx log files
We don't need local log files when messages are already stored locally in the journal and remotely in Loki.frigate-exporter
parent
845911dcbd
commit
36145cb2ee
|
@ -29,4 +29,5 @@ minio_cert_acme_server: https://ca.pyrocufflink.blue/acme/acme/directory
|
|||
|
||||
nginx_ssl_certificate: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/fullchain.pem
|
||||
nginx_ssl_certificate_key: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/privkey.pem
|
||||
nginx_keep_num_logs: 3
|
||||
nginx_error_log_file: false
|
||||
nginx_access_log_file: false
|
||||
|
|
Loading…
Reference in New Issue