mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-22 22:32:48 +00:00
11 lines
279 B
Text
11 lines
279 B
Text
/var/log/php-fpm/php-fpm.log /var/log/php-fpm/php-fpm-slow.log {
|
|
rotate 5
|
|
monthly
|
|
missingok
|
|
create 640 apache apache
|
|
notifempty
|
|
nocompress
|
|
postrotate
|
|
/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` > /dev/null 2>&1 || :
|
|
endscript
|
|
}
|