aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-10-03 20:35:26 -0700
committerDiva Canto2010-10-03 20:35:26 -0700
commit934ae03d44716e7102d4548045a6aed891209603 (patch)
tree1f3f814e2f83797ccb5131bd9df0989bdaf19f3b /bin
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-934ae03d44716e7102d4548045a6aed891209603.zip
opensim-SC_OLD-934ae03d44716e7102d4548045a6aed891209603.tar.gz
opensim-SC_OLD-934ae03d44716e7102d4548045a6aed891209603.tar.bz2
opensim-SC_OLD-934ae03d44716e7102d4548045a6aed891209603.tar.xz
Made the Gatekeeper proxy-able.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example4
-rw-r--r--bin/Robust.ini.example3
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index deceb86..0d87c4b 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -212,6 +212,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
212 ; Does this grid allow incoming links to any region in it? 212 ; Does this grid allow incoming links to any region in it?
213 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 213 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
214 AllowTeleportsToAnyRegion = true 214 AllowTeleportsToAnyRegion = true
215
216 ; If you run this gatekeeper server behind a proxy, set this to true
217 ; HasProxy = true
218
215 219
216[UserAgentService] 220[UserAgentService]
217 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" 221 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 093ead8..e42268d 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -141,6 +141,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
141 ; For snowglobe's web map 141 ; For snowglobe's web map
142 ; MapTileURL = ""; 142 ; MapTileURL = "";
143 143
144 ; If you run this login server behind a proxy, set this to true
145 ; HasProxy = true
146
144 147
145[GridInfoService] 148[GridInfoService]
146 ; These settings are used to return information on a get_grid_info call. 149 ; These settings are used to return information on a get_grid_info call.