From 18c4ade90959d4eaa0048e83f3ce1052fa8a5905 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 May 2009 10:45:32 -0700 Subject: SIGHUP reloads app even if preload_app is true This makes SIGHUP handling more consistent across different configurations, and allows togging preload_app to take effect when SIGHUP is issued. --- SIGNALS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'SIGNALS') diff --git a/SIGNALS b/SIGNALS index 01b284e..4aacd7d 100644 --- a/SIGNALS +++ b/SIGNALS @@ -6,9 +6,7 @@ processes are documented here as well. === Master Process -* HUP - reload config file and gracefully restart all workers - If "preload_app" is false (the default), the application code - will be reloaded when workers are restarted as well. +* HUP - reload config file, app, and gracefully restart all workers * INT/TERM - quick shutdown, kills all workers immediately -- cgit v1.2.3-24-ge0c7