mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Fix to make datanapshot follows the configuration of the base server for the SSL Support
may be needed by web interfaces...
This commit is contained in:
@@ -52,9 +52,9 @@ namespace OpenSim.Region.DataSnapshot
|
||||
m_externalData = externalData;
|
||||
|
||||
//Register HTTP handler
|
||||
MainServer.UnSecureInstance.AddGloblaMethodHandler("collector", OnGetSnapshot);
|
||||
MainServer.Instance.AddGloblaMethodHandler("collector", OnGetSnapshot);
|
||||
// Register validation callback handler
|
||||
MainServer.UnSecureInstance.AddGloblaMethodHandler("validate", OnValidate);
|
||||
MainServer.Instance.AddGloblaMethodHandler("validate", OnValidate);
|
||||
|
||||
m_log.Info("[DATASNAPSHOT]: Set up snapshot service");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user