diff --git a/ChangeLog b/ChangeLog index 5a13b8bcbe..bf02173fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,7 @@ phpMyAdmin - ChangeLog - bug #4931 False error before entering reCAPTCHA - bug #4909 central column with multiple server - bug #4937 Custom export with backquotes off is not working +- bug #4908 Reverse proxy: infinite internal redirect (added warning in doc) 4.4.8.0 (2015-05-28) - bug Allow accessing visual query builder when pmadb is not configured diff --git a/doc/config.rst b/doc/config.rst index f30a53e519..2537981489 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1200,7 +1200,8 @@ Generic settings :type: boolean :default: false - Whether to force using https while accessing phpMyAdmin. + Whether to force using https while accessing phpMyAdmin. In a reverse + proxy setup, setting this to ``true`` is not supported. .. note::