parent
cdbba4a28c
commit
351c5a89c0
5 changed files with 20 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||||||
|
/var/log/httpd/*log { |
||||||
|
daily |
||||||
|
rotate 60 |
||||||
|
missingok |
||||||
|
notifempty |
||||||
|
compress |
||||||
|
sharedscripts |
||||||
|
postrotate |
||||||
|
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true |
||||||
|
endscript |
||||||
|
} |
Loading…
Reference in new issue