mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
13 lines
188 B
Text
13 lines
188 B
Text
/var/log/php85/*.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
dateext
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/php-fpm85 --ifstarted --quiet reopen
|
|
endscript
|
|
}
|