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

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