From 7d4c7847085dfe19893ff2a7d4c0d1bd0fbb7981 Mon Sep 17 00:00:00 2001 From: Luit van Drongelen Date: Wed, 29 Jun 2011 01:06:03 -0700 Subject: [PATCH] Missed the -w option in uWSGI deployment docs. --- docs/deploying/uwsgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/uwsgi.rst b/docs/deploying/uwsgi.rst index 6f373731..bdee15ba 100644 --- a/docs/deploying/uwsgi.rst +++ b/docs/deploying/uwsgi.rst @@ -36,7 +36,7 @@ Or, if you prefer: .. sourcecode:: text - $ uwsgi -s /tmp/uwsgi.sock myapp:app + $ uwsgi -s /tmp/uwsgi.sock -w myapp:app Configuring nginx -----------------