Add 'roles/ensure_apache/' from commit '5446d0b5eff69de5e80abfea7e6af4de519d5d2e'
git-subtree-dir: roles/ensure_apache git-subtree-mainline:395eab01c1git-subtree-split:5446d0b5ef
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Note that logs are not compressed unless "compress" is configured,
|
||||
# which can be done either here or globally in /etc/logrotate.conf.
|
||||
/var/log/httpd/*log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/var/log/php-fpm/*log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user