From 35da785a4b572e8d621fe9838ca253efdc15049b Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sun, 12 Jan 2020 00:18:08 +0300 Subject: [PATCH] v3.12.0.0 Changelog: https://haproxy-wi.org/changelog.py#3_12_0 --- config_other/logrotate/backup | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config_other/logrotate/backup diff --git a/config_other/logrotate/backup b/config_other/logrotate/backup new file mode 100644 index 00000000..033c17a3 --- /dev/null +++ b/config_other/logrotate/backup @@ -0,0 +1,9 @@ +/var/www/haproxy-wi/log/backup.log { + daily + rotate 10 + missingok + notifempty + create 0644 apache apache + dateext + sharedscripts +}