about summary refs log tree commit homepage
path: root/SIGNALS
diff options
context:
space:
mode:
Diffstat (limited to 'SIGNALS')
-rw-r--r--SIGNALS2
1 files changed, 2 insertions, 0 deletions
diff --git a/SIGNALS b/SIGNALS
index 40f9c3d..c7c3833 100644
--- a/SIGNALS
+++ b/SIGNALS
@@ -7,6 +7,8 @@ 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.
 
  * INT/TERM - quick shutdown, kills all workers immediately