diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d78dfc4e6a..df25c28eea 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