From a78475900fb73b54f4cb3115f6eda1d0535b0fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 2 Apr 2014 09:06:15 +0300 Subject: testing/nginx-lua: new aport nginx with luajit support http://www.nginx.org http://wiki.nginx.org/HttpLuaModule --- testing/nginx-lua/nginx.logrotate | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/nginx-lua/nginx.logrotate (limited to 'testing/nginx-lua/nginx.logrotate') diff --git a/testing/nginx-lua/nginx.logrotate b/testing/nginx-lua/nginx.logrotate new file mode 100644 index 0000000000..7778b1108b --- /dev/null +++ b/testing/nginx-lua/nginx.logrotate @@ -0,0 +1,12 @@ +# 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 +} + -- cgit v1.2.3