]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-fpm.logrotate
- rel 8; fixes SECURITY bug; phpinfo leak; https://www.sektioneins.de/en/blog/14...
[packages/php.git] / php-fpm.logrotate
... / ...
CommitLineData
1/var/log/php/@processname@.log
2/var/log/php/@processname@-slow.log
3{
4 su root http
5 notifempty
6 missingok
7 create 600 root root
8 sharedscripts
9 postrotate
10 /sbin/service php-fpm flush-logs > /dev/null
11 endscript
12}
This page took 0.027779 seconds and 4 git commands to generate.