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 758ca19 commit 453da00Copy full SHA for 453da00
src/DefaultBuilder/src/WebHost.cs
@@ -217,7 +217,7 @@ internal static void ConfigureWebDefaults(IWebHostBuilder builder)
217
});
218
builder.UseKestrel((builderContext, options) =>
219
{
220
- options.Configure(builderContext.Configuration.GetSection("Kestrel"));
+ options.Configure(builderContext.Configuration.GetSection("Kestrel"), reloadOnChange: true);
221
})
222
.ConfigureServices((hostingContext, services) =>
223
0 commit comments