README: uwsgi needs --socket, not --http.

Fixes #76
This commit is contained in:
Daniele Sluijters
2014-06-06 00:32:23 +02:00
parent e9074fb8a6
commit b74fbf5199

View File

@@ -393,7 +393,7 @@ Now we need to start uwsgi:
.. code-block:: bash
$ uwsgi --http :9090 --wsgi-file /var/www/puppetboard/wsgi.py
$ uwsgi --socket :9090 --wsgi-file /var/www/puppetboard/wsgi.py
Feel free to change the port to something other than ``9090``.