aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e950c12..76ae234 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -8,7 +8,12 @@
8 crash_dir = "crashes" 8 crash_dir = "crashes"
9 9
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
12 ; to proxy llHTTPRequests through a firewall
11 HttpProxy = "http://proxy.com" 13 HttpProxy = "http://proxy.com"
14 ; Set HttpProxyExceptions to a list of regular expressions for
15 ; URLs that you don't want going through the proxy such as servers
16 ; inside your firewall, separate patterns with a ';'
12 HttpProxyExceptions = ".mydomain.com;localhost" 17 HttpProxyExceptions = ".mydomain.com;localhost"
13 18
14 ; 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