Merge pull request #936 from minichate/nginx_signal_docs

Remove no-longer-true statement about matching Nginx signal handling
This commit is contained in:
Randall Leeds 2014-11-12 21:17:54 -08:00
commit 3bffef06c2

View File

@ -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
<http://wiki.nginx.org/CommandLine>`_.
signals used internally by Gunicorn to communicate with the workers.
Master process
==============