mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #494 from askedrelic/bug/fix-inline-links
Fix doc links
This commit is contained in:
commit
2b96808f35
@ -52,7 +52,7 @@ you should use one of the async workers.
|
|||||||
|
|
||||||
.. _slowloris: http://ha.ckers.org/slowloris/
|
.. _slowloris: http://ha.ckers.org/slowloris/
|
||||||
.. _setproctitle: http://pypi.python.org/pypi/setproctitle
|
.. _setproctitle: http://pypi.python.org/pypi/setproctitle
|
||||||
.. _proc_name: /configure.html#proc-name
|
.. _proc_name: configure.html#proc-name
|
||||||
|
|
||||||
|
|
||||||
Worker Processes
|
Worker Processes
|
||||||
@ -87,9 +87,8 @@ To decrease the worker count by one::
|
|||||||
|
|
||||||
$ kill -TTOU $masterpid
|
$ kill -TTOU $masterpid
|
||||||
|
|
||||||
.. _design: /design.html
|
.. _worker_class: configure.html#worker-class
|
||||||
.. _worker_class: /configure.html#worker-class
|
.. _`number of workers`: design.html#how-many-workers
|
||||||
.. _`number of workers`: /design.html#how-many-workers
|
|
||||||
|
|
||||||
Kernel Parameters
|
Kernel Parameters
|
||||||
=================
|
=================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user