Skip to content

Commit ee48d78

Browse files
Merge pull request #262659 from tomkerkhove/patch-21
feat(apim): Document net.server.http.forwarded.proto.enabled
2 parents 8d03919 + 8c48a24 commit ee48d78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/api-management/self-hosted-gateway-settings-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ This guidance helps you provide the required information to define how to authen
5454
| neighborhood.heartbeat.port | UDP port used for instances of a self-hosted gateway deployment to send heartbeats to other instances. | No | 4291 | v2.0+ |
5555
| policy.rate-limit.sync.port | UDP port used for self-hosted gateway instances to synchronize rate limiting across multiple instances. | No | 4290 | v2.0+ |
5656

57+
## HTTP
58+
59+
| Name | Description | Required | Default | Availability |
60+
|----|------|----------|-------------------| ----|
61+
| net.server.http.forwarded.proto.enabled | Capability to honor `X-Forwarded-Proto` header to identify scheme to resolve called API route (http/https only). | No | false | v2.5+ |
62+
5763
## Kubernetes Integration
5864

5965
### Kubernetes Ingress

0 commit comments

Comments
 (0)