From d239d6cc49b66ab07681921489e00860b06b4b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 29 Aug 2016 10:15:24 +0200 Subject: [PATCH] Add link to related configuration directives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/setup.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index 5f6a45f848..3dbd6e06fe 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -155,8 +155,9 @@ environment variables: .. envvar:: PMA_ARBITRARY - Allows you to enter database server hostname on login form (see - :config:option:`$cfg['AllowArbitraryServer']`). + Allows you to enter database server hostname on login form. + + .. seealso:: :config:option:`$cfg['AllowArbitraryServer']` .. envvar:: PMA_HOST @@ -183,6 +184,8 @@ environment variables: The fully-qualified path (``https://pma.example.net/``) where the reverse proxy makes phpMyAdmin available. + .. seealso:: :config:option:`$cfg['PmaAbsoluteUri']` + .. envvar:: PHP_UPLOAD_MAX_FILESIZE Define upload_max_filesize and post_max_size PHP settings.