updated full install to debian 9 stretch, todo : supervising

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-29 16:06:25 +02:00
parent 44bd68dccf
commit 8dca26fc81
3 changed files with 189 additions and 132 deletions

7
assets/logrotate-php Normal file
View File

@@ -0,0 +1,7 @@
/var/log/php/php_errors.log {
weekly
missingok
rotate 4
notifempty
create
}