about summary refs log tree commit diff stats
path: root/tools/conf/etc/logrotate.d/php-fpm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conf/etc/logrotate.d/php-fpm')
-rw-r--r--tools/conf/etc/logrotate.d/php-fpm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/conf/etc/logrotate.d/php-fpm b/tools/conf/etc/logrotate.d/php-fpm
new file mode 100644
index 0000000..c778658
--- /dev/null
+++ b/tools/conf/etc/logrotate.d/php-fpm
@@ -0,0 +1,5 @@
+/var/log/php-fpm.log {
+    rotate 5
+    monthly
+    create 0644 root root
+}