mise au point
This commit is contained in:
12
templates/logrotate.conf.jj
Normal file
12
templates/logrotate.conf.jj
Normal file
@@ -0,0 +1,12 @@
|
||||
/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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user