about summary refs log tree commit homepage
path: root/SIGNALS
diff options
context:
space:
mode:
Diffstat (limited to 'SIGNALS')
-rw-r--r--SIGNALS4
1 files changed, 1 insertions, 3 deletions
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