Browse Source

Use path of socket consistently accross document. (#1976)

* #1975 Use location of socket consistently accross document.
pull/1977/head
Auke Willem Oosterhoff 8 years ago committed by David Lord
parent
commit
e6d7a43ccd
  1. 2
      docs/deploying/uwsgi.rst

2
docs/deploying/uwsgi.rst

@ -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…
Cancel
Save