From 3a9173843e8773c2ac27dfe81c41e328f1f2f52d Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Wed, 25 Feb 2009 04:37:33 +0000 Subject: Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example. Fixes Mantis #3221. Thanks cmickeyb for the patch. --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d78dfc4..df25c28 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -10,11 +10,11 @@ ; Http proxy support for llHTTPRequest and dynamic texture loading ; Set HttpProxy to the URL for your proxy server if you would like ; to proxy llHTTPRequests through a firewall - HttpProxy = "http://proxy.com" + ; HttpProxy = "http://proxy.com" ; Set HttpProxyExceptions to a list of regular expressions for ; URLs that you don't want going through the proxy such as servers ; inside your firewall, separate patterns with a ';' - HttpProxyExceptions = ".mydomain.com;localhost" + ; HttpProxyExceptions = ".mydomain.com;localhost" ; Set this to true if you are connecting your OpenSimulator regions to a grid ; Set this to false if you are running OpenSimulator in standalone mode -- cgit v1.1