13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
{{ php_fpm_log_dir }}/php_fpm_{{ php_pool_name }}*.log {
|
|
daily
|
|
rotate 15
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl reload php{{ php_version }}-php-fpm
|
|
endscript
|
|
}
|
|
|
|
|