Index: modules/statsmaster/files/logrotate |
=================================================================== |
deleted file mode 100644 |
--- a/modules/statsmaster/files/logrotate |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-/var/log/nginx/access_log_stats { |
- daily |
- rotate 30 |
- compress |
- missingok |
- nodateext |
- sharedscripts |
- postrotate |
- [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid` |
- endscript |
-} |