gunicorn/docs/source/index.rst
Tanmoy Sarkar 1d9b64c9bc docs(companion): Add human-readable companion processes guide
Add docs/source/companion.rst: what the feature is, why/when to use it,
quick start, per-companion options, states, runtime control via the
socket and gunicorn-companion CLI, reload/shutdown behavior, and
limitations. Wire it into the toctree and the feature list on the index.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-12 23:51:47 +05:30

49 lines
1.1 KiB
ReStructuredText

======================
Gunicorn - WSGI server
======================
.. image:: _static/gunicorn.png
:Website: http://gunicorn.org
:Source code: https://github.com/benoitc/gunicorn
:Issue tracker: https://github.com/benoitc/gunicorn/issues
:IRC: ``#gunicorn`` on Libera Chat
:Usage questions: https://github.com/benoitc/gunicorn/issues
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly
compatible with various web frameworks, simply implemented, light on server
resources, and fairly speedy.
Features
--------
* Natively supports WSGI, Django, and Paster
* Automatic worker process management
* Simple Python configuration
* Multiple worker configurations
* Various server hooks for extensibility
* Supervise non-HTTP :ref:`companion processes <companion>` in the same master
* Compatible with Python 3.x >= 3.7
Contents
--------
.. toctree::
:maxdepth: 2
install
run
configure
settings
instrumentation
companion
deploy
signals
custom
design
faq
community
news