mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
fix lsl http url pool service still not starting correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user