作者 Your Name

回退

... ... @@ -39,7 +39,7 @@ func init() {
}
}
//https支持
web.BConfig.Listen.EnableHTTPS = false
web.BConfig.Listen.EnableHTTPS = true
web.BConfig.Listen.HTTPSPort = 443
web.BConfig.Listen.HTTPSCertFile = "./config/fjmaimaimai.com_bundle.crt"
web.BConfig.Listen.HTTPSKeyFile = "./config/fjmaimaimai.com.key"
... ...