We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdb59e commit e1c14c3Copy full SHA for e1c14c3
dynamic.yml
@@ -5,7 +5,6 @@ http:
5
rule: Host(`localhost`)
6
middlewares:
7
- "test-grpc-web"
8
- - "test-headers"
9
entryPoints:
10
- web
11
@@ -14,20 +13,6 @@ http:
14
13
grpcWeb:
15
allowOrigins:
16
- "*"
17
- test-headers:
18
- headers:
19
- accessControlAllowMethods:
20
- - "POST"
21
- - "GET"
22
- - "OPTIONS"
23
- - "PUT"
24
- accessControlAllowHeaders: "*"
25
- accessControlAllowOriginList: "*"
26
- addVaryHeader: true
27
- accessControlMaxAge: 100
28
- customRequestHeaders:
29
- - te: trailers
30
-
31
services:
32
srv-grpc:
33
loadBalancer:
0 commit comments