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

* #1975 Use location of socket consistently accross document.
This commit is contained in:
Auke Willem Oosterhoff 2016-08-03 18:22:14 +02:00 committed by David Lord
parent 9359e9f911
commit e6d7a43ccd

View file

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