8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
/var/log/httpd/*log {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/systemctl reload httpd.service 2>/dev/null || true
|
|
endscript
|
|
}
|