etc
default
dnsmasq.d
dovecot
logrotate.d
nginx
php7.0-fpm
php7.1-fpm
php7.2-fpm
mysql
nginx
pam.d
postfix
postfix-clearnet
ssh
sysctl.d
systemd
tor
rc.local
resolv.conf
vsftpd.conf
var
COPYING
README.md
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
/var/log/php7.1-fpm*.log {
|
|
rotate 1
|
|
daily
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
postrotate
|
|
/usr/lib/php/php7.1-fpm-reopenlogs
|
|
endscript
|
|
}
|