Files
etc
apt
clamav
dnsmasq.d
dovecot
logrotate.d
nginx
php7.3-fpm
mysql
nginx
pam.d
postfix
postfix-clearnet
security
ssh
sysctl.d
systemd
tor
login.defs
rc.local
resolv.conf
vsftpd.conf
var
COPYING
README.md
install_binaries.sh
hosting/etc/logrotate.d/php7.3-fpm
2018-12-02 21:17:11 +01:00

12 lines
154 B
Plaintext

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