mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
188 B
Plaintext
14 lines
188 B
Plaintext
/var/log/php84/*.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
dateext
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/php-fpm84 --ifstarted --quiet reopen
|
|
endscript
|
|
}
|