From ead28be44e361fe4e1bc27c5528ce06d75bb7225 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Wed, 12 Feb 2025 14:49:19 +0100 Subject: [PATCH] Add a note to the documentation. --- docs/manual/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index ca1119d0..762a1a14 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -373,6 +373,8 @@ For example, to deploy pywb under the ``/wayback`` subdirectory, the ``uwsgi.ini mount = /wayback=./pywb/apps/wayback.py 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: