aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMike Mazur2009-02-25 04:37:33 +0000
committerMike Mazur2009-02-25 04:37:33 +0000
commit3a9173843e8773c2ac27dfe81c41e328f1f2f52d (patch)
tree55b8590b6b70867d2cf7ed06f8c3de71e797bdca
parentFixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: (diff)
downloadopensim-SC_OLD-3a9173843e8773c2ac27dfe81c41e328f1f2f52d.zip
opensim-SC_OLD-3a9173843e8773c2ac27dfe81c41e328f1f2f52d.tar.gz
opensim-SC_OLD-3a9173843e8773c2ac27dfe81c41e328f1f2f52d.tar.bz2
opensim-SC_OLD-3a9173843e8773c2ac27dfe81c41e328f1f2f52d.tar.xz
Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.
Fixes Mantis #3221. Thanks cmickeyb for the patch.
-rw-r--r--bin/OpenSim.ini.example4
1 files 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 @@
10 ; Http proxy support for llHTTPRequest and dynamic texture loading 10 ; Http proxy support for llHTTPRequest and dynamic texture loading
11 ; Set HttpProxy to the URL for your proxy server if you would like 11 ; Set HttpProxy to the URL for your proxy server if you would like
12 ; to proxy llHTTPRequests through a firewall 12 ; to proxy llHTTPRequests through a firewall
13 HttpProxy = "http://proxy.com" 13 ; HttpProxy = "http://proxy.com"
14 ; Set HttpProxyExceptions to a list of regular expressions for 14 ; Set HttpProxyExceptions to a list of regular expressions for
15 ; URLs that you don't want going through the proxy such as servers 15 ; URLs that you don't want going through the proxy such as servers
16 ; inside your firewall, separate patterns with a ';' 16 ; inside your firewall, separate patterns with a ';'
17 HttpProxyExceptions = ".mydomain.com;localhost" 17 ; HttpProxyExceptions = ".mydomain.com;localhost"
18 18
19 ; Set this to true if you are connecting your OpenSimulator regions to a grid 19 ; Set this to true if you are connecting your OpenSimulator regions to a grid
20 ; Set this to false if you are running OpenSimulator in standalone mode 20 ; Set this to false if you are running OpenSimulator in standalone mode