Remove no-longer-true statement about matching Nginx signal handling

This commit is contained in:
Christopher Troup 2014-11-12 15:01:50 -05:00
parent ccb08b541d
commit 73aac61945

View File

@ -5,9 +5,7 @@ Signal Handling
================ ================
A brief description of the signals handled by Gunicorn. We also document the 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 signals used internally by Gunicorn to communicate with the workers.
exception of TTIN/TTOU the signal handling matches the behaviour of `nginx
<http://wiki.nginx.org/CommandLine>`_.
Master process Master process
============== ==============