aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
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/Robust.ini.example
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 '')
-rw-r--r--bin/Robust.ini.example4
1 files changed, 4 insertions, 0 deletions
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]