...
|
...
|
@@ -5,8 +5,8 @@ httpport = "${HTTP_PORT||8082}" |
|
|
#开启https
|
|
|
EnableHTTPS = true
|
|
|
HTTPSPort = "443"
|
|
|
HTTPSCertFile = "conf/_.fjmaimaimai.com_bundle.crt"
|
|
|
HTTPSKeyFile = "conf/_.fjmaimaimai.com.key"
|
|
|
HTTPSCertFile = "conf/fjmaimaimai.com_pem.crt"
|
|
|
HTTPSKeyFile = "conf/fjmaimaimai.com_rsa.key"
|
|
|
|
|
|
#开启监控
|
|
|
EnableAdmin = false
|
...
|
...
|
|