make it work on debian 12
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/var/opt/remi/php{{ php_version }}/log/php-fpm/*log {
|
||||
/var/opt/remi/php{{ php_version_nodot }}/log/php-fpm/*log {
|
||||
daily
|
||||
rotate 15
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
/bin/systemctl reload php{{ php_version }}-php-fpm
|
||||
/bin/systemctl reload php{{ php_version_nodot }}-php-fpm
|
||||
endscript
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user