监听顺序
This commit is contained in:
parent
ee0003b73e
commit
5815f5ae94
@ -52,9 +52,9 @@ namespace FastGithub
|
||||
webBuilder.UseKestrel(kestrel =>
|
||||
{
|
||||
kestrel.NoLimit();
|
||||
kestrel.ListenSsh();
|
||||
kestrel.ListenHttps();
|
||||
kestrel.ListenHttp();
|
||||
kestrel.ListenHttps();
|
||||
kestrel.ListenSsh();
|
||||
});
|
||||
webBuilder.UseSerilog((hosting, logger) =>
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user