Browse Source

Missed the -w option in uWSGI deployment docs.

pull/267/head
Luit van Drongelen 14 years ago
parent
commit
7d4c784708
  1. 2
      docs/deploying/uwsgi.rst

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

Loading…
Cancel
Save