mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.
Fixes Mantis #3221. Thanks cmickeyb for the patch.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user