fix some comments
parent
a18ee3b6b3
commit
55f7986b44
|
@ -55,7 +55,7 @@
|
||||||
;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1"
|
;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1"
|
||||||
BaseHostname = "127.0.0.1"
|
BaseHostname = "127.0.0.1"
|
||||||
|
|
||||||
;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname} https://${Const|BaseHostname}} "http://${Const|BaseHostname}"
|
;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}"
|
||||||
BaseURL = http://${Const|BaseHostname}
|
BaseURL = http://${Const|BaseHostname}
|
||||||
|
|
||||||
;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
|
;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
|
||||||
|
|
|
@ -600,8 +600,7 @@
|
||||||
; HttpBodyMaxLenMAX=16384
|
; HttpBodyMaxLenMAX=16384
|
||||||
|
|
||||||
; Hostname to use in llRequestURL/llRequestSecureURL
|
; Hostname to use in llRequestURL/llRequestSecureURL
|
||||||
; if not defined - default machine name is being used
|
; if not defined - llRequestURL/llRequestSecureURL are disabled
|
||||||
; (on Windows this mean NETBIOS name - useably only inside local network)
|
|
||||||
; ExternalHostNameForLSL=127.0.0.1
|
; ExternalHostNameForLSL=127.0.0.1
|
||||||
|
|
||||||
; Disallow the following address ranges for user scripting calls (e.g. llHttpRequest())
|
; Disallow the following address ranges for user scripting calls (e.g. llHttpRequest())
|
||||||
|
|
Loading…
Reference in New Issue