forked from orbit-oss/flask
Use path of socket consistently accross document. (#1976)
* #1975 Use location of socket consistently accross document.
This commit is contained in:
parent
9359e9f911
commit
e6d7a43ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Given a flask application in myapp.py, use the following command:
|
|||
|
||||
.. sourcecode:: text
|
||||
|
||||
$ uwsgi -s /tmp/uwsgi.sock --manage-script-name --mount /yourapplication=myapp:app
|
||||
$ uwsgi -s /tmp/yourapplication.sock --manage-script-name --mount /yourapplication=myapp:app
|
||||
|
||||
The ``--manage-script-name`` will move the handling of ``SCRIPT_NAME`` to uwsgi,
|
||||
since its smarter about that. It is used together with the ``--mount`` directive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue