Merge pull request #794 from rhyspowell/patch-1

Fixed spelling mistake
This commit is contained in:
Berker Peksag 2014-06-16 10:16:31 +03:00
commit 787b4e4c95

View File

@ -20,7 +20,7 @@ Master process
not preloaded (using the ``--preload`` option), Gunicorn will also load the not preloaded (using the ``--preload`` option), Gunicorn will also load the
new version. new version.
- **TTIN**: Increment the number of processes by one - **TTIN**: Increment the number of processes by one
- **TTOU**: Decrement the nunber of processes by one - **TTOU**: Decrement the number of processes by one
- **USR1**: Reopen the log files - **USR1**: Reopen the log files
- **USR2**: Upgrade the Gunicorn on the fly. A separate **TERM** signal should - **USR2**: Upgrade the Gunicorn on the fly. A separate **TERM** signal should
be used to kill the old process. This signal can also be used to use the new be used to kill the old process. This signal can also be used to use the new