aboutsummaryrefslogtreecommitdiff
blob: 0ae86c86d4554b49810cd19cbfda6730b95c222e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 1999-2013 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.3 2013/05/02 20:14:31 hollow Exp $

/var/log/nginx/*_log {
	missingok
	sharedscripts
	postrotate
		test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid`
	endscript
}