Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
/var/log/php-fpm/*log {
2
    missingok
3
    notifempty
4
    sharedscripts
5
    delaycompress
6
    postrotate
7
	/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
8
    endscript
9
}