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 e929dab commit 6c31da5Copy full SHA for 6c31da5
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