From 0fe39cf9f668b0ccc8b92e97dd4dae10d11678d0 Mon Sep 17 00:00:00 2001 From: masoud Date: Sun, 7 Dec 2025 17:53:43 +0000 Subject: [PATCH] feat: enable pure HTTP/2 for gRPC compatibility with nginx ingress --- src/CMSMicroservice.WebApi/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMSMicroservice.WebApi/appsettings.json b/src/CMSMicroservice.WebApi/appsettings.json index 1313462..ab68b65 100644 --- a/src/CMSMicroservice.WebApi/appsettings.json +++ b/src/CMSMicroservice.WebApi/appsettings.json @@ -53,7 +53,7 @@ "AllowedHosts": "*", "Kestrel": { "EndpointDefaults": { - "Protocols": "Http1AndHttp2" + "Protocols": "Http2" } }, "Authentication": {