1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/testing/nginx-naxsi/nginx.logrotate
2016-08-22 01:02:44 +02:00

12 lines
332 B
Text

# Copyright 1999-2010 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.1 2010/01/03 20:29:40 djc Exp $
/var/log/nginx/*.log {
missingok
sharedscripts
postrotate
kill -USR1 `cat /var/run/nginx.pid`
endscript
}