minio-backups: Keep nginx logs for 3 days
_WAL-G_ and _restic_ both generate a lot of HTTP traffic, which fills up the log volume pretty quickly. Let's reduce the number of days logs are kept on the file system. Logs are shipped to Loki anyway, so there's not much need to have them local very long.frigate-exporter
parent
829c04332d
commit
dfdddd551f
|
@ -29,3 +29,4 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue