summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/php-fpm.logrotate.in')
-rw-r--r--src/php-fpm.logrotate.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/php-fpm.logrotate.in b/src/php-fpm.logrotate.in
new file mode 100644
index 0000000..5847fdc
--- /dev/null
+++ b/src/php-fpm.logrotate.in
@@ -0,0 +1,7 @@
+@LOCALSTATEDIR@/log/php-fpm.log @LOCALSTATEDIR@/log/php-fpm-*.log.slow {
+ create 600 root root
+ size 5M
+ copytruncate
+ notifempty
+ missingok
+}