mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-12 16:57:13 +02:00
-- - rename submodule phar-phar -> phar-utils - remade APKBUILD and sources from template-based to 7.1
14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
/var/log/php7.1/*.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
dateext
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/php-fpm7.1 --ifstarted --quiet reopen
|
|
endscript
|
|
}
|