fix lsl http url pool service still not starting correctly

This commit is contained in:
UbitUmarov
2018-11-02 02:25:53 +00:00
parent 0aff4a2914
commit 3e6342eb61

View File

@@ -113,7 +113,7 @@ namespace OpenSim
m_networkServersInfo.cert_pass);
m_log.InfoFormat("[REGION SERVER]: Starting OOB HTTPS server on port {0}", server.SSLPort);
server.Start(false, false);
server.Start(true, true);
MainServer.AddHttpServer(server);
}
else