blob: aafe126a621da212c12b559cbb8335b2e8e8df9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/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
}
|