aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2012-04-27 09:59:46 -0700
committerDiva Canto2012-04-27 09:59:46 -0700
commitac64fe03d8992a041933c303fa12933393cf1713 (patch)
treeed1f5cea9f5bd852cfa4750acdd750694b6949a0 /bin
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-ac64fe03d8992a041933c303fa12933393cf1713.zip
opensim-SC_OLD-ac64fe03d8992a041933c303fa12933393cf1713.tar.gz
opensim-SC_OLD-ac64fe03d8992a041933c303fa12933393cf1713.tar.bz2
opensim-SC_OLD-ac64fe03d8992a041933c303fa12933393cf1713.tar.xz
Amend to last commit: account for the existence of proxies.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example3
-rw-r--r--bin/Robust.ini.example4
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 1b5d37c..be75407 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -283,6 +283,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
283 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002), 283 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
284 ; you may want to set this. Otherwise, don't set it, because it's already protected. 284 ; you may want to set this. Otherwise, don't set it, because it's already protected.
285 ; GridService = "OpenSim.Services.GridService.dll:GridService" 285 ; GridService = "OpenSim.Services.GridService.dll:GridService"
286 ;
287 ; Additionally, if you run this server behind a proxy, set this to true
288 ; HasProxy = false
286 289
287[GridInfoService] 290[GridInfoService]
288 ; These settings are used to return information on a get_grid_info call. 291 ; These settings are used to return information on a get_grid_info call.
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 40b8d83..582af27 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -258,6 +258,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
258 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002), 258 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
259 ; you may want to set this. Otherwise, don't set it, because it's already protected. 259 ; you may want to set this. Otherwise, don't set it, because it's already protected.
260 ; GridService = "OpenSim.Services.GridService.dll:GridService" 260 ; GridService = "OpenSim.Services.GridService.dll:GridService"
261 ;
262 ; Additionally, if you run this server behind a proxy, set this to true
263 ; HasProxy = false
264
261 265
262 266
263[GridInfoService] 267[GridInfoService]