13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
{{ apache_base_dir }}/logs/access*log {
|
|
daily
|
|
rotate 365
|
|
compress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|
|
|