mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:37:31 +00:00
docs: append setting to make gRPC work (#5198)
* docs: append setting to make gRPC work * Update _traefik.mdx * Update _traefik.mdx --------- Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ http:
|
|||||||
isDevelopment: false
|
isDevelopment: false
|
||||||
allowedHosts:
|
allowedHosts:
|
||||||
- 'my.domain'
|
- 'my.domain'
|
||||||
|
customRequestHeaders:
|
||||||
|
:authority: 'my.domain'
|
||||||
redirect-to-https:
|
redirect-to-https:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
scheme: https
|
scheme: https
|
||||||
|
@@ -20,6 +20,8 @@ http:
|
|||||||
isDevelopment: false
|
isDevelopment: false
|
||||||
allowedHosts:
|
allowedHosts:
|
||||||
- 'localhost'
|
- 'localhost'
|
||||||
|
customRequestHeaders:
|
||||||
|
:authority: 'localhost'
|
||||||
redirect-to-https:
|
redirect-to-https:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
scheme: https
|
scheme: https
|
||||||
@@ -76,6 +78,8 @@ http:
|
|||||||
isDevelopment: false
|
isDevelopment: false
|
||||||
allowedHosts:
|
allowedHosts:
|
||||||
- 'localhost'
|
- 'localhost'
|
||||||
|
customRequestHeaders:
|
||||||
|
:authority: 'localhost'
|
||||||
redirect-to-https:
|
redirect-to-https:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
scheme: https
|
scheme: https
|
||||||
@@ -127,6 +131,8 @@ http:
|
|||||||
isDevelopment: false
|
isDevelopment: false
|
||||||
allowedHosts:
|
allowedHosts:
|
||||||
- 'localhost'
|
- 'localhost'
|
||||||
|
customRequestHeaders:
|
||||||
|
:authority: 'localhost'
|
||||||
routers:
|
routers:
|
||||||
router0:
|
router0:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -141,4 +147,4 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: h2c://localhost:8080
|
- url: h2c://localhost:8080
|
||||||
passHostHeader: true
|
passHostHeader: true
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user