Files
ansible_php-fpm/templates/logrotate.conf.jj
2025-02-21 14:08:06 +01:00

14 lines
234 B
Plaintext

#{{ ansible_managed }}
{{ 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
}