Add link to related configuration directives

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-08-29 10:15:24 +02:00
parent 5087fc727a
commit d239d6cc49

View File

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