mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
![]() |
/var/log/httpd/*log {
|
||
|
daily
|
||
|
rotate 60
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
|
||
|
endscript
|
||
|
}
|