13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
/var/opt/remi/php{{ php_version }}/log/php-fpm/*log {
|
|
daily
|
|
rotate 15
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl reload php{{ php_version }}-php-fpm
|
|
endscript
|
|
}
|
|
|
|
|