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
Dustin 2024-10-14 11:41:28 -05:00
parent 845911dcbd
commit 36145cb2ee
1 changed files with 2 additions and 1 deletions

View File

@ -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: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/fullchain.pem
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_keep_num_logs: 3 nginx_error_log_file: false
nginx_access_log_file: false