fix lsl http url pool service still not starting correctly

0.9.1.0-post-fixes
UbitUmarov 2018-11-02 02:25:53 +00:00
parent 0aff4a2914
commit 3e6342eb61
1 changed files with 1 additions and 1 deletions

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