Ensure that pgAdmin should work behind reverse proxy if the inbuilt server is used as it is. Fixes #4755

This commit is contained in:
Aditya Toshniwal
2019-09-23 11:50:32 +05:30
committed by Akshay Joshi
parent 1bef98fdfa
commit 82aa2d1819
2 changed files with 8 additions and 3 deletions

View File

@@ -17,4 +17,5 @@ Housekeeping
Bug fixes
*********
| `Issue #4199 <https://redmine.postgresql.org/issues/4199>`_ - Ensure that 'ENTER' key in the data filter should not run the query.
| `Issue #4199 <https://redmine.postgresql.org/issues/4199>`_ - Ensure that 'ENTER' key in the data filter should not run the query.
| `Issue #4755 <https://redmine.postgresql.org/issues/4755>`_ - Ensure that pgAdmin should work behind reverse proxy if the inbuilt server is used as it is.