mirror of
https://github.com/DanWin/hosting.git
synced 2025-07-26 16:48:15 +02:00
11 lines
154 B
Text
11 lines
154 B
Text
/var/log/php7.0-fpm*.log {
|
|
rotate 1
|
|
daily
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
postrotate
|
|
/usr/lib/php/php7.0-fpm-reopenlogs
|
|
endscript
|
|
}
|