Skip to content

Commit fdd9f73

Browse files
committed
Remove trace of old configuration
1 parent 64ce4c1 commit fdd9f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void ConfigureServices(IServiceCollection services)
6969
o.IgnoredResourceExtensions = new[] { "jpg", "gif", "png", "css", "js", "ico", "swf", "woff" };
7070
o.Logging = LoggerMode.On;
7171
o.LogWithHostname = false;
72-
o.Handle410 = false;
72+
o.ActiveStatusCodes = new int[] { StatusCodes.Status404NotFound };
7373
o.AddProvider<NullNotFoundHandlerProvider>();
7474
});
7575

0 commit comments

Comments
 (0)