Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.

Fixes Mantis #3221. Thanks cmickeyb for the patch.
GenericGridServerConcept
Mike Mazur 2009-02-25 04:37:33 +00:00
parent ed7256ac0c
commit 3a9173843e
1 changed files with 2 additions and 2 deletions

View File

@ -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