From 73aac6194547b80c7663169fdb1e8b46597f6c8f Mon Sep 17 00:00:00 2001 From: Christopher Troup Date: Wed, 12 Nov 2014 15:01:50 -0500 Subject: [PATCH] Remove no-longer-true statement about matching Nginx signal handling --- docs/source/signals.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/signals.rst b/docs/source/signals.rst index b1b439d9..97bd30e3 100644 --- a/docs/source/signals.rst +++ b/docs/source/signals.rst @@ -5,9 +5,7 @@ Signal Handling ================ A brief description of the signals handled by Gunicorn. We also document the -signals used internally by Gunicorn to communicate with the workers. With the -exception of TTIN/TTOU the signal handling matches the behaviour of `nginx -`_. +signals used internally by Gunicorn to communicate with the workers. Master process ==============