Crossreference docs for PmaAbsoluteUri

Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-08-17 14:44:21 +02:00
parent 76a471a790
commit b53fff29b2
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ Basic settings
fails to detect your path, please post a bug report on our bug tracker so
we can improve the code.
.. seealso:: :ref:`faq1_40`
.. seealso:: :ref:`faq1_40`, :ref:`faq2_5`, :ref:`faq4_7`, :ref:`faq5_16`
.. config:option:: $cfg['PmaNoRelation_DisableWarning']

View File

@ -561,7 +561,7 @@ This is not specific to phpmyadmin, it's just the behavior of Apache.
ProxyPassReverse /mirror/foo/ http://backend.example.com/%7Euser/phpmyadmin
ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo
.. seealso:: <https://httpd.apache.org/docs/2.2/mod/mod_proxy.html>
.. seealso:: <https://httpd.apache.org/docs/2.2/mod/mod_proxy.html>, :config:option:`$cfg['PmaAbsoluteUri']`
.. _faq1_41: