From 1e38672e668a6c629d8154ce5dfab95fa7a55131 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 24 Aug 2013 11:42:32 -0700 Subject: [PATCH] Update Gunicorn help link. --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 588dbb2..dd6418b 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -152,7 +152,7 @@ lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed to face the internet -- it was designed to run behind Nginx which buffers slow requests and takes care of other important considerations. A sample setup for Nginx + Gunicorn can be found in the -`Gunicorn help `_. +`Gunicorn help `_. .. _uwsgi-ref: