mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Update docs links (#1592)
This commit is contained in:
parent
9e3dbd59c6
commit
6ad3d3c22c
@ -7,7 +7,7 @@ Requirements
|
|||||||
To generate documentation you need to install:
|
To generate documentation you need to install:
|
||||||
|
|
||||||
- Python >= 2.5
|
- Python >= 2.5
|
||||||
- Sphinx (http://sphinx.pocoo.org/)
|
- Sphinx (http://sphinx-doc.org/)
|
||||||
|
|
||||||
|
|
||||||
Generate html
|
Generate html
|
||||||
|
|||||||
@ -204,8 +204,8 @@ Changelog - 2010
|
|||||||
* Allow multiple keys in request and response headers
|
* Allow multiple keys in request and response headers
|
||||||
|
|
||||||
.. _Tornado: http://www.tornadoweb.org/
|
.. _Tornado: http://www.tornadoweb.org/
|
||||||
.. _`PEP 333`: http://www.python.org/dev/peps/pep-0333/
|
.. _`PEP 333`: https://www.python.org/dev/peps/pep-0333/
|
||||||
.. _Eventlet: http://eventlet.net
|
.. _Eventlet: http://eventlet.net/
|
||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://www.gevent.org/
|
||||||
.. _OpenBSD: http://openbsd.org
|
.. _OpenBSD: https://www.openbsd.org/
|
||||||
.. _Websockets: http://dev.w3.org/html5/websockets/
|
.. _Websockets: https://html.spec.whatwg.org/multipage/web-sockets.html
|
||||||
|
|||||||
@ -77,7 +77,7 @@ settings. If you have ideas for providing settings to WSGI applications or
|
|||||||
pulling information from Django's settings.py feel free to open an issue_ to
|
pulling information from Django's settings.py feel free to open an issue_ to
|
||||||
let us know.
|
let us know.
|
||||||
|
|
||||||
.. _issue: http://github.com/benoitc/gunicorn/issues
|
.. _issue: https://github.com/benoitc/gunicorn/issues
|
||||||
|
|
||||||
Paster Applications
|
Paster Applications
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
@ -320,15 +320,15 @@ utility::
|
|||||||
Gunicorn error log is here to log errors from Gunicorn, not from another
|
Gunicorn error log is here to log errors from Gunicorn, not from another
|
||||||
application.
|
application.
|
||||||
|
|
||||||
.. _Nginx: http://www.nginx.org
|
.. _Nginx: https://nginx.org/
|
||||||
.. _Hey: https://github.com/rakyll/hey
|
.. _Hey: https://github.com/rakyll/hey
|
||||||
.. _`example configuration`: http://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
|
.. _`example configuration`: https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
|
||||||
.. _runit: http://smarden.org/runit/
|
.. _runit: http://smarden.org/runit/
|
||||||
.. _`example service`: http://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc
|
.. _`example service`: https://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc
|
||||||
.. _Supervisor: http://supervisord.org
|
.. _Supervisor: http://supervisord.org/
|
||||||
.. _`simple configuration`: http://github.com/benoitc/gunicorn/blob/master/examples/supervisor.conf
|
.. _`simple configuration`: https://github.com/benoitc/gunicorn/blob/master/examples/supervisor.conf
|
||||||
.. _`configuration documentation`: http://docs.gunicorn.org/en/latest/settings.html#logging
|
.. _`configuration documentation`: http://docs.gunicorn.org/en/latest/settings.html#logging
|
||||||
.. _`logging configuration file`: https://github.com/benoitc/gunicorn/blob/master/examples/logging.conf
|
.. _`logging configuration file`: https://github.com/benoitc/gunicorn/blob/master/examples/logging.conf
|
||||||
.. _Virtualenv: http://pypi.python.org/pypi/virtualenv
|
.. _Virtualenv: https://pypi.python.org/pypi/virtualenv
|
||||||
.. _Systemd: http://www.freedesktop.org/wiki/Software/systemd
|
.. _Systemd: https://www.freedesktop.org/wiki/Software/systemd/
|
||||||
.. _Gaffer <https://gaffer.readthedocs.io/en/latest/index.html>:
|
.. _Gaffer: https://gaffer.readthedocs.io/
|
||||||
|
|||||||
@ -134,7 +134,7 @@ code in the master process).
|
|||||||
feature.
|
feature.
|
||||||
|
|
||||||
.. _Greenlets: https://github.com/python-greenlet/greenlet
|
.. _Greenlets: https://github.com/python-greenlet/greenlet
|
||||||
.. _Eventlet: http://eventlet.net
|
.. _Eventlet: http://eventlet.net/
|
||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://www.gevent.org/
|
||||||
.. _Hey: https://github.com/rakyll/hey
|
.. _Hey: https://github.com/rakyll/hey
|
||||||
.. _aiohttp: https://github.com/KeepSafe/aiohttp
|
.. _aiohttp: https://github.com/KeepSafe/aiohttp
|
||||||
|
|||||||
@ -52,7 +52,7 @@ handle unbuffered requests (ie, serving requests directly from the internet)
|
|||||||
you should use one of the async workers.
|
you should use one of the async workers.
|
||||||
|
|
||||||
.. _Hey: https://github.com/rakyll/hey
|
.. _Hey: https://github.com/rakyll/hey
|
||||||
.. _setproctitle: http://pypi.python.org/pypi/setproctitle
|
.. _setproctitle: https://pypi.python.org/pypi/setproctitle
|
||||||
.. _proc_name: settings.html#proc-name
|
.. _proc_name: settings.html#proc-name
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -134,8 +134,8 @@ you can install it in the usual way::
|
|||||||
|
|
||||||
.. _`design docs`: design.html
|
.. _`design docs`: design.html
|
||||||
.. _Eventlet: http://eventlet.net
|
.. _Eventlet: http://eventlet.net
|
||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://www.gevent.org/
|
||||||
.. _libevent: http://monkey.org/~provos/libevent
|
.. _libevent: http://libevent.org/
|
||||||
.. _Debian: http://www.debian.org/
|
.. _Debian: https://www.debian.org/
|
||||||
.. _`Debian Backports`: http://backports.debian.org/
|
.. _`Debian Backports`: https://backports.debian.org/
|
||||||
.. _Ubuntu: http://www.ubuntu.com/
|
.. _Ubuntu: https://www.ubuntu.com/
|
||||||
|
|||||||
@ -30,4 +30,4 @@ all requests. The following metrics are generated:
|
|||||||
* ``gunicorn.log.warning``: rate of warning log messages
|
* ``gunicorn.log.warning``: rate of warning log messages
|
||||||
* ``gunicorn.log.exception``: rate of exceptional log messages
|
* ``gunicorn.log.exception``: rate of exceptional log messages
|
||||||
|
|
||||||
.. _statsD: http://github.com/etsy/statsd
|
.. _statsD: https://github.com/etsy/statsd
|
||||||
|
|||||||
@ -71,7 +71,7 @@ Settings can be specified by using environment variable
|
|||||||
|
|
||||||
See :ref:`configuration` and :ref:`settings` for detailed usage.
|
See :ref:`configuration` and :ref:`settings` for detailed usage.
|
||||||
|
|
||||||
.. _setproctitle: http://pypi.python.org/pypi/setproctitle/
|
.. _setproctitle: https://pypi.python.org/pypi/setproctitle
|
||||||
|
|
||||||
Integration
|
Integration
|
||||||
===========
|
===========
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user