feat: enable pure HTTP/2 for gRPC compatibility with nginx ingress
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"EndpointDefaults": {
|
"EndpointDefaults": {
|
||||||
"Protocols": "Http1AndHttp2"
|
"Protocols": "Http2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Authentication": {
|
"Authentication": {
|
||||||
|
|||||||
Reference in New Issue
Block a user