]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm.logrotate
Rel 26; allow mysqlnd to work with mysql 8 and be able to connect to accounts using...
[packages/php.git] / php-fpm.logrotate
index 694b2312606e0056fdc7b6b7ece568f88d6069f1..f6d1c52112f4782e0c3370e8a801315273722f03 100644 (file)
@@ -1,8 +1,10 @@
-/var/log/@processname@.log
+/var/log/php/@processname@.log
 {
+       su root http
        notifempty
        missingok
        create 600 root root
+       olddir /var/log/archive/php
        sharedscripts
        postrotate
                /sbin/service @processname@ flush-logs > /dev/null
This page took 0.090213 seconds and 4 git commands to generate.