aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-10-03 21:21:02 -0700
committerDiva Canto2010-10-03 21:21:02 -0700
commit37231e0941cec02a8d24a1f08e946525cca33afb (patch)
tree47b45fc64c1577b17f43916ce32057c6df5dddff /bin
parentMade the Gatekeeper proxy-able. (diff)
downloadopensim-SC_OLD-37231e0941cec02a8d24a1f08e946525cca33afb.zip
opensim-SC_OLD-37231e0941cec02a8d24a1f08e946525cca33afb.tar.gz
opensim-SC_OLD-37231e0941cec02a8d24a1f08e946525cca33afb.tar.bz2
opensim-SC_OLD-37231e0941cec02a8d24a1f08e946525cca33afb.tar.xz
Made the home agent handler check for xff if behind a 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 0d87c4b..b81642a 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -224,6 +224,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
224 GridService = "OpenSim.Services.GridService.dll:GridService" 224 GridService = "OpenSim.Services.GridService.dll:GridService"
225 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" 225 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
226 226
227 ; If you run this user agent server behind a proxy, set this to true
228 ; HasProxy = true
229
227 ;; If you separate the UserAgentService from the LoginService, set this to 230 ;; If you separate the UserAgentService from the LoginService, set this to
228 ;; the IP address of the machine where your LoginService is 231 ;; the IP address of the machine where your LoginService is
229 ;LoginServerIP = "127.0.0.1" 232 ;LoginServerIP = "127.0.0.1"