Merge pull request #267 from LuitvD/patch-1

Missed the -w option in uWSGI deployment docs.
This commit is contained in:
Armin Ronacher 2011-08-24 15:57:32 -07:00
commit 1bca65d72e

View file

@ -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
-----------------