forked from platypush/platypush
Added missing doc line in backend.http
This commit is contained in:
parent
8153d8476f
commit
8ef3aafb52
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ class HttpBackend(Backend):
|
||||||
Base command to run the web server over uwsgi::
|
Base command to run the web server over uwsgi::
|
||||||
|
|
||||||
uwsgi --http :8008 --module platypush.backend.http.uwsgi --master --processes 4 --threads 4
|
uwsgi --http :8008 --module platypush.backend.http.uwsgi --master --processes 4 --threads 4
|
||||||
|
|
||||||
|
Bear in mind that the main webapp is defined in ``platypush.backend.http.app:application``
|
||||||
|
and the WSGI startup script is stored under ``platypush/backend/http/uwsgi.py``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_DEFAULT_HTTP_PORT = 8008
|
_DEFAULT_HTTP_PORT = 8008
|
||||||
|
|
Loading…
Reference in a new issue