We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ce4c1 commit fdd9f73Copy full SHA for fdd9f73
1 file changed
README.md
@@ -69,7 +69,7 @@ public void ConfigureServices(IServiceCollection services)
69
o.IgnoredResourceExtensions = new[] { "jpg", "gif", "png", "css", "js", "ico", "swf", "woff" };
70
o.Logging = LoggerMode.On;
71
o.LogWithHostname = false;
72
- o.Handle410 = false;
+ o.ActiveStatusCodes = new int[] { StatusCodes.Status404NotFound };
73
o.AddProvider<NullNotFoundHandlerProvider>();
74
});
75
0 commit comments