]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
- updated to 8.2.3 (fixes CVE-2023-0567 CVE-2023-0568 CVE-2023-0662)
[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 }
This page took 0.028689 seconds and 3 git commands to generate.