Initial commit.
This commit is contained in:
9
logrotate.d/httpd
Normal file
9
logrotate.d/httpd
Normal file
@@ -0,0 +1,9 @@
|
||||
/var/log/httpd/*log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user