summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/nginx/files/nginx.logrotate')
-rw-r--r--www-servers/nginx/files/nginx.logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-servers/nginx/files/nginx.logrotate b/www-servers/nginx/files/nginx.logrotate
deleted file mode 100644
index c9d4c5a..0000000
--- a/www-servers/nginx/files/nginx.logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v 1.2 2011/04/08 08:32:20 hollow Exp $
-
-/var/log/nginx/*_log {
- missingok
- sharedscripts
- postrotate
- test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid`
- endscript
-}