Skip to content

Commit 53ca312

Browse files
authored
http2 (#158)
1 parent 1672ae8 commit 53ca312

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Teapot.Web/appsettings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
"Microsoft": "Warning",
66
"Microsoft.Hosting.Lifetime": "Information"
77
}
8+
},
9+
"Kestrel": {
10+
"EndpointDefaults": {
11+
"Protocols": "Http1AndHttp2AndHttp3"
12+
}
813
}
914
}

0 commit comments

Comments
 (0)