diff --git a/docs/source/_static/gunicorn.png b/docs/source/_static/gunicorn.png new file mode 100644 index 00000000..a3a78e0e Binary files /dev/null and b/docs/source/_static/gunicorn.png differ diff --git a/docs/source/index.rst b/docs/source/index.rst index aa20e97d..74cd806c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,6 +2,9 @@ Gunicorn - wsgi server ====================== + +.. image:: _static/gunicorn.png + 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