Missed the -w option in uWSGI deployment docs.

This commit is contained in:
Luit van Drongelen 2011-06-29 01:06:03 -07:00
parent 5aabc40700
commit 7d4c784708

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