pgAdmin4 unable to work behind Nginx reverse proxy running on a non-standard port. Werkzeug middleware allows us to set the number of trusted ports and few other params behind the proxy. By default values are set to zero.
Added 'X-Forwarded-*' configuration options and set the default value of the port to 1 to work with non-standard port. Fixes #4768 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=faf80628305c249a0d534b13268791d03d2b6710 Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- docs/en_US/container_deployment.rst | 21 +++++++++++++++++++++ docs/en_US/release_notes_4_14.rst | 1 + web/config.py | 15 +++++++++++++++ web/pgAdmin4.py | 8 +++++++- 4 files changed, 44 insertions(+), 1 deletion(-)