feat: enable pure HTTP/2 for gRPC compatibility with nginx ingress

This commit is contained in:
masoud
2025-12-07 17:53:43 +00:00
parent e5fc13b9e2
commit 0fe39cf9f6

View File

@@ -53,7 +53,7 @@
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http1AndHttp2"
"Protocols": "Http2"
}
},
"Authentication": {