配置https不自动跳转
This commit is contained in:
parent
089c1d6fc5
commit
1a347f201a
|
|
@ -103,7 +103,7 @@ namespace Waste.Web.Core
|
||||||
context.Request.EnableBuffering();
|
context.Request.EnableBuffering();
|
||||||
return next(context);
|
return next(context);
|
||||||
});
|
});
|
||||||
app.UseHttpsRedirection();
|
// app.UseHttpsRedirection();
|
||||||
|
|
||||||
app.UseStaticFiles();
|
app.UseStaticFiles();
|
||||||
app.UseSerilogRequestLogging(opts =>
|
app.UseSerilogRequestLogging(opts =>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue