]> TLD Linux GIT Repositories - packages/php.git/blob - php-fpm.logrotate
- don't enable browscap.ini by default, PHP 7.4 will fail to run if
[packages/php.git] / php-fpm.logrotate
1 /var/log/php/@processname@.log
2 {
3         su root http
4         notifempty
5         missingok
6         create 600 root root
7         olddir /var/log/archive/php
8         sharedscripts
9         postrotate
10                 /sbin/service @processname@ flush-logs > /dev/null
11         endscript
12 }