Move example HttpProxy setting to OpenSim.ini.example and tidy
parent
bed463666c
commit
424995e138
|
@ -201,6 +201,14 @@
|
|||
;; If not generating maptiles, use this static texture asset ID
|
||||
; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
|
||||
|
||||
;; Http proxy setting for llHTTPRequest and dynamic texture loading, if required
|
||||
; HttpProxy = "http://proxy.com:8080"
|
||||
|
||||
;; 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
|
||||
;; For example, servers inside your firewall.
|
||||
;; Separate patterns with a ';'
|
||||
; HttpProxyExceptions = ".mydomain.com;localhost"
|
||||
|
||||
;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {true false} false
|
||||
;; The email module requires some configuration. It needs an SMTP
|
||||
;; server to send mail through.
|
||||
|
|
|
@ -14,15 +14,6 @@
|
|||
; Place to create a PID file
|
||||
; PIDFile = "/tmp/my.pid"
|
||||
|
||||
; Http proxy support for llHTTPRequest and dynamic texture loading
|
||||
; Set HttpProxy to the URL for your proxy server if you would like
|
||||
; to proxy llHTTPRequests through a firewall
|
||||
; HttpProxy = "http://proxy.com"
|
||||
; Set HttpProxyExceptions to a list of regular expressions for
|
||||
; URLs that you don't want going through the proxy such as servers
|
||||
; inside your firewall, separate patterns with a ';'
|
||||
; HttpProxyExceptions = ".mydomain.com;localhost"
|
||||
|
||||
startup_console_commands_file = "startup_commands.txt"
|
||||
shutdown_console_commands_file = "shutdown_commands.txt"
|
||||
|
||||
|
|
Loading…
Reference in New Issue