diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
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 |