Debian sid dropped php7.2 support - move to 7.3 only

This commit is contained in:
Daniel Winzen
2018-12-02 21:17:11 +01:00
parent 2e0e69d605
commit 363d1b31ad
3 changed files with 6 additions and 7 deletions

View File

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