apache: rotate logs daily instead of weekly
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2021-02-12 18:05:43 +01:00 committed by Jérémy Lecour
parent b0cb14eb5b
commit 622bbca4c2
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ The **patch** part changes incrementally at each release.
### Changed
* apache: rotate logs daily instead of weekly
* certbot: use a fixed 1.9.0 version of the certbot-auto script (renamed "letsencrypt-auto")
* cerbot: use the legacy script on Debian 8 and 9
* evoacme: upstream release 21.01

View File

@ -21,5 +21,5 @@ apache_munin_include: True
general_alert_email: "root@localhost"
log2mail_alert_email: Null
apache_logrotate_frequency: weekly
apache_logrotate_rotate: 52
apache_logrotate_frequency: daily
apache_logrotate_rotate: 365