|
|
@ -196,6 +196,7 @@ public class Status
|
|
|
|
|
|
|
|
|
|
|
|
// ssl support
|
|
|
|
// ssl support
|
|
|
|
prop.put("sslSupport", sb.getConfig("keyStore", "").isEmpty() || !sb.getConfigBool("server.https", false) ? 0 : 1);
|
|
|
|
prop.put("sslSupport", sb.getConfig("keyStore", "").isEmpty() || !sb.getConfigBool("server.https", false) ? 0 : 1);
|
|
|
|
|
|
|
|
if (sb.getConfigBool("server.https", false)) prop.put("sslSupport_sslPort", sb.getHttpServer().getSslPort());
|
|
|
|
|
|
|
|
|
|
|
|
if ( sb.getConfigBool("remoteProxyUse", false) ) {
|
|
|
|
if ( sb.getConfigBool("remoteProxyUse", false) ) {
|
|
|
|
prop.put("remoteProxy", "1");
|
|
|
|
prop.put("remoteProxy", "1");
|
|
|
|