mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the default value for PROXY_X_PROTO_COUNT per Aditya.
This commit is contained in:
@@ -165,7 +165,7 @@ SECURITY_PASSWORD_HASH = 'pbkdf2_sha512'
|
||||
PROXY_X_FOR_COUNT = 1
|
||||
|
||||
# Number of values to trust for X-Forwarded-Proto.
|
||||
PROXY_X_PROTO_COUNT = 0
|
||||
PROXY_X_PROTO_COUNT = 1
|
||||
|
||||
# Number of values to trust for X-Forwarded-Host.
|
||||
PROXY_X_HOST_COUNT = 0
|
||||
|
||||
Reference in New Issue
Block a user