Fixed small mistake on native ssl support
This commit is contained in:
parent
44b2d07fdb
commit
3a74f3abcd
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ else
|
|||
builder.WebHost.ConfigureMoonCoreHttp(
|
||||
httpConfig.HttpPort,
|
||||
httpConfig.EnableSsl,
|
||||
httpConfig.HttpsPort
|
||||
httpConfig.HttpsPort,
|
||||
certificate
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue