aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-09-03 17:18:53 -0700
committerDiva Canto2010-09-03 17:18:53 -0700
commit8fc68c6d9810a0d229e94a0cefb35086c65dec36 (patch)
treeb327c9b55f7e8fe74ee9f19300a0033a4b2a2b74 /bin
parentCreate Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item) (diff)
downloadopensim-SC_OLD-8fc68c6d9810a0d229e94a0cefb35086c65dec36.zip
opensim-SC_OLD-8fc68c6d9810a0d229e94a0cefb35086c65dec36.tar.gz
opensim-SC_OLD-8fc68c6d9810a0d229e94a0cefb35086c65dec36.tar.bz2
opensim-SC_OLD-8fc68c6d9810a0d229e94a0cefb35086c65dec36.tar.xz
Added XFF header processing. Untested, for lack of proxy.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 554d00f..9aaa46b 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -147,6 +147,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
147 WelcomeMessage = "Welcome, Avatar!" 147 WelcomeMessage = "Welcome, Avatar!"
148 AllowRemoteSetLoginLevel = "false" 148 AllowRemoteSetLoginLevel = "false"
149 149
150 ; If you run this login server behind a proxy, set this to true
151 ; HasProxy = true
152
150 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) 153 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
151 ; CHANGE THIS 154 ; CHANGE THIS
152 HomeURI = "http://127.0.0.1:8002" 155 HomeURI = "http://127.0.0.1:8002"