mise au point

This commit is contained in:
2022-04-28 11:36:33 +02:00
parent af827752fb
commit 9134682667
3 changed files with 31 additions and 14 deletions

View 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
}