mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
13 lines
188 B
Text
13 lines
188 B
Text
/var/log/php81/*.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
dateext
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/php-fpm81 --ifstarted --quiet reopen
|
|
endscript
|
|
}
|