Initial commit

This commit is contained in:
Daniel Winzen 2017-04-30 19:32:42 +02:00
commit e0b35fb943
No known key found for this signature in database
GPG key ID: 02560D377A8647DB
222 changed files with 8816 additions and 0 deletions

View file

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