Initial commit
This commit is contained in:
11
etc/logrotate.d/php7.0-fpm
Normal file
11
etc/logrotate.d/php7.0-fpm
Normal file
@ -0,0 +1,11 @@
|
||||
/var/log/php7.0-fpm*.log {
|
||||
rotate 1
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
postrotate
|
||||
/usr/lib/php/php7.0-fpm-reopenlogs
|
||||
endscript
|
||||
}
|
Reference in New Issue
Block a user