diff options
author | Justin Clarke Casey | 2009-02-06 21:56:50 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-06 21:56:50 +0000 |
commit | a6b21a3b83d471eabacb92c9c2d9a575e4824d5d (patch) | |
tree | ff2266f170c210499ab45030ff6c9ad55c98ae96 /bin | |
parent | * Removed superflous (and circular) ref to OpenSim.Region.Framework (diff) | |
download | opensim-SC_OLD-a6b21a3b83d471eabacb92c9c2d9a575e4824d5d.zip opensim-SC_OLD-a6b21a3b83d471eabacb92c9c2d9a575e4824d5d.tar.gz opensim-SC_OLD-a6b21a3b83d471eabacb92c9c2d9a575e4824d5d.tar.bz2 opensim-SC_OLD-a6b21a3b83d471eabacb92c9c2d9a575e4824d5d.tar.xz |
* minor: Apply second patch from http://opensimulator.org/mantis/view.php?id=3089
* This adds more explanation for the new proxy settings in OpenSim.ini.example
* Also does some formatting correction
* I did some additional reformatting on top of that
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
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 |