summaryrefslogtreecommitdiff
path: root/community-staging/nginx/nginx.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/nginx/nginx.logrotate')
-rw-r--r--community-staging/nginx/nginx.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/community-staging/nginx/nginx.logrotate b/community-staging/nginx/nginx.logrotate
deleted file mode 100644
index d490d5d9b..000000000
--- a/community-staging/nginx/nginx.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/nginx/*.log {
- missingok
- sharedscripts
- compress
- postrotate
- test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid`
- endscript
-}