|
@@ -117,26 +117,7 @@ namespace MySystem
|
|
|
Library.function.WritePage("/", "WebRootPath.txt", env.WebRootPath);
|
|
|
// app.UseStatusCodePagesWithReExecute("/public/errpage/pc/{0}.html");
|
|
|
|
|
|
- // RequestDelegate handler = async context =>
|
|
|
- // {
|
|
|
- // var response = context.Response;
|
|
|
- // if (response.StatusCode < 500)
|
|
|
- // {
|
|
|
- // response.("/public/errpage/pc/{0}.html");
|
|
|
- // }
|
|
|
- // };
|
|
|
- // app.UseStatusCodePages(builder => builder.Run(handler));
|
|
|
app.UseStaticFiles();
|
|
|
- // app.UseStaticFiles(new StaticFileOptions
|
|
|
- // {
|
|
|
- // FileProvider = new PhysicalFileProvider(AppContext.BaseDirectory + "/static"),
|
|
|
- // RequestPath = "/static"
|
|
|
- // });
|
|
|
- // app.UseStaticFiles(new StaticFileOptions
|
|
|
- // {
|
|
|
- // FileProvider = new PhysicalFileProvider(AppContext.BaseDirectory + "/" + Configuration["Setting:Database"]),
|
|
|
- // RequestPath = "/" + Configuration["Setting:Database"]
|
|
|
- // });
|
|
|
app.UseStaticFiles(new StaticFileOptions
|
|
|
{
|
|
|
ContentTypeProvider = new FileExtensionContentTypeProvider(new Dictionary<string, string>
|