1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Add a note to the documentation.

This commit is contained in:
Natanael Arndt 2025-02-12 14:49:19 +01:00
parent 27dbb0018b
commit ead28be44e

View File

@ -373,6 +373,8 @@ For example, to deploy pywb under the ``/wayback`` subdirectory, the ``uwsgi.ini
mount = /wayback=./pywb/apps/wayback.py mount = /wayback=./pywb/apps/wayback.py
manage-script-name = true manage-script-name = true
Alternatively this can also be achieved using the `UWSGI_MOUNT` environment variable, e.g. with the value `/wayback=/pywb/pywb/apps/wayback.py`.
This is specifically handy on the docker image.
.. _example-deploy: .. _example-deploy: