diff options
author | Justin Clark-Casey (justincc) | 2011-04-12 23:22:21 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-12 23:22:21 +0100 |
commit | 424995e1384178462799469e0200615308035460 (patch) | |
tree | f92e60733b8397576b86c486e05aa5219f27d034 /bin/OpenSim.ini.example | |
parent | minor typo correction. thanks Ai Austin. (diff) | |
download | opensim-SC_OLD-424995e1384178462799469e0200615308035460.zip opensim-SC_OLD-424995e1384178462799469e0200615308035460.tar.gz opensim-SC_OLD-424995e1384178462799469e0200615308035460.tar.bz2 opensim-SC_OLD-424995e1384178462799469e0200615308035460.tar.xz |
Move example HttpProxy setting to OpenSim.ini.example and tidy
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 823daa0..c05c3de 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -201,6 +201,14 @@ | |||
201 | ;; If not generating maptiles, use this static texture asset ID | 201 | ;; If not generating maptiles, use this static texture asset ID |
202 | ; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | 202 | ; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" |
203 | 203 | ||
204 | ;; Http proxy setting for llHTTPRequest and dynamic texture loading, if required | ||
205 | ; HttpProxy = "http://proxy.com:8080" | ||
206 | |||
207 | ;; If you're using HttpProxy, then you can set HttpProxyExceptions to a list of regular expressions for URLs that you don't want to go through the proxy | ||
208 | ;; For example, servers inside your firewall. | ||
209 | ;; Separate patterns with a ';' | ||
210 | ; HttpProxyExceptions = ".mydomain.com;localhost" | ||
211 | |||
204 | ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {true false} false | 212 | ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {true false} false |
205 | ;; The email module requires some configuration. It needs an SMTP | 213 | ;; The email module requires some configuration. It needs an SMTP |
206 | ;; server to send mail through. | 214 | ;; server to send mail through. |