From 94a7e1b81e3985b47513b7c7359b09b0c950dcef Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Tue, 18 Oct 2011 10:03:02 -0400
Subject: [PATCH] - Added Mailman configuration to nginx apps vhost.

---
 server/scripts/create_daily_nginx_access_logs.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/scripts/create_daily_nginx_access_logs.sh b/server/scripts/create_daily_nginx_access_logs.sh
index 44d7f6b..862c70f 100644
--- a/server/scripts/create_daily_nginx_access_logs.sh
+++ b/server/scripts/create_daily_nginx_access_logs.sh
@@ -6,4 +6,4 @@
   mv $f/access.log $f/`date "+%Y%m%d"`-access.log &> /dev/null
   touch $f/access.log &> /dev/null
 done
-/etc/init.d/nginx reload  &> /dev/null
\ No newline at end of file
+pkill -USR1 -u root nginx &> /dev/null
\ No newline at end of file

--
Gitblit v1.9.1