hilfe mein git ist komisch
This commit is contained in:
13
etc/logrotate.d/php8.3-fpm
Normal file
13
etc/logrotate.d/php8.3-fpm
Normal file
@@ -0,0 +1,13 @@
|
||||
/var/log/php8.3-fpm.log {
|
||||
rotate 12
|
||||
weekly
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
postrotate
|
||||
if [ -x /usr/lib/php/php8.3-fpm-reopenlogs ]; then
|
||||
/usr/lib/php/php8.3-fpm-reopenlogs;
|
||||
fi
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user