Commit d119e6a9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed log names in logrotate; extended retention period for logs to 13 weeks (3 months)

parent 91049ccf
......@@ -69,9 +69,9 @@ export HTTPD_SERVICE
httpd-logrotate:
define HTTPD_LOGROTATE
/var/log/httpd/*access_log {
/var/log/httpd/*access.log {
weekly
rotate 3
rotate 13
missingok
sharedscripts
compress
......@@ -80,9 +80,9 @@ define HTTPD_LOGROTATE
endscript
}
/var/log/httpd/*error_log {
/var/log/httpd/*error.log {
weekly
rotate 3
rotate 13
missingok
sharedscripts
compress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment