From 347dc70c18aa4d036821db3ea379068b338952d8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 2 Jun 2015 08:13:41 -0400 Subject: [PATCH] bug #4908 Reverse proxy: infinite internal redirect (added warning in doc) Signed-off-by: Marc Delisle --- ChangeLog | 1 + doc/config.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29f8b4d23b..7bac4ee47e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,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 ac3ef32e40..6d8ed5104a 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1190,7 +1190,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::