pgAdmin 4 commit: pgAdmin4 unable to work behind Nginx reverse proxy ru - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: pgAdmin4 unable to work behind Nginx reverse proxy ru
Date
Msg-id E1iDl9W-0004DB-Fm@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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.toshniwal@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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4769] pgAdmin Query Tool Won’t open on IE
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4768] Reverse proxy on non-standard port