Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.
Fixes Mantis #3221. Thanks cmickeyb for the patch.GenericGridServerConcept
parent
ed7256ac0c
commit
3a9173843e
|
@ -10,11 +10,11 @@
|
||||||
; Http proxy support for llHTTPRequest and dynamic texture loading
|
; Http proxy support for llHTTPRequest and dynamic texture loading
|
||||||
; Set HttpProxy to the URL for your proxy server if you would like
|
; Set HttpProxy to the URL for your proxy server if you would like
|
||||||
; to proxy llHTTPRequests through a firewall
|
; to proxy llHTTPRequests through a firewall
|
||||||
HttpProxy = "http://proxy.com"
|
; HttpProxy = "http://proxy.com"
|
||||||
; Set HttpProxyExceptions to a list of regular expressions for
|
; Set HttpProxyExceptions to a list of regular expressions for
|
||||||
; URLs that you don't want going through the proxy such as servers
|
; URLs that you don't want going through the proxy such as servers
|
||||||
; inside your firewall, separate patterns with a ';'
|
; 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 true if you are connecting your OpenSimulator regions to a grid
|
||||||
; Set this to false if you are running OpenSimulator in standalone mode
|
; Set this to false if you are running OpenSimulator in standalone mode
|
||||||
|
|
Loading…
Reference in New Issue