Skip to content

Commit

Permalink
Set defaults to forward headers in docker/quickstart configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalya committed Jan 31, 2024
1 parent 16a7ad3 commit 1b91c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quickstart-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ server:
applicationConnectors:
- type: http
port: 9081
useForwardedHeaders: true
adminConnectors:
- type: http
port: 9082
useForwardedHeaders: true

dataStore:
#This stores the URLs of backend Trino servers and query history
Expand Down
2 changes: 2 additions & 0 deletions gateway-ha/gateway-ha-config-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ server:
applicationConnectors:
- type: http
port: 8090
useForwardedHeaders: true
adminConnectors:
- type: http
port: 8091
useForwardedHeaders: true

# This can be adjusted based on the coordinator state
monitor:
Expand Down

0 comments on commit 1b91c8d

Please sign in to comment.