From 7ac8c8e8e39c9ff3b6d8c79b7c8dc926504ba38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 9 Jan 2016 11:10:14 +0100 Subject: [PATCH] Document PMA_ABSOLUTE_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/setup.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index a6c35317e0..5fd679f776 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -141,6 +141,11 @@ environment variables: Port of the databse server to use. +.. envvar:: PMA_ABSOLUTE_URI + + The fully-qualified path (``https://pma.example.net/``) where the reverse + proxy makes phpMyAdmin available. + By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and :envvar:`PMA_PASSWORD` are set, it is switched to :ref:`auth_config`.