fix lsl http url pool service still not starting correctly
parent
0aff4a2914
commit
3e6342eb61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue