Files
etc
default
dnsmasq.d
dovecot
logrotate.d
nginx
php7.0-fpm
php7.1-fpm
php7.2-fpm
mysql
nginx
pam.d
php
postfix
postfix-clearnet
ssh
sysctl.d
systemd
tor
rc.local
resolv.conf
vsftpd.conf
var
COPYING
README.md
hosting/etc/logrotate.d/php7.2-fpm
Daniel Winzen fa24bb61ec Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
2018-02-10 22:10:07 +01:00

12 lines
154 B
Plaintext

/var/log/php7.2-fpm*.log {
rotate 1
daily
missingok
notifempty
compress
delaycompress
postrotate
/usr/lib/php/php7.2-fpm-reopenlogs
endscript
}