Clarifying docs
svn: r12315
This commit is contained in:
parent
88c842bd06
commit
c129307cd4
|
@ -113,7 +113,6 @@ structures.
|
||||||
|
|
||||||
where a @scheme[host-table-sexpr] is:
|
where a @scheme[host-table-sexpr] is:
|
||||||
|
|
||||||
@; XXX Where the paths are resolved relative to
|
|
||||||
@schemeblock[
|
@schemeblock[
|
||||||
`(host-table
|
`(host-table
|
||||||
(default-indices ,string? ...)
|
(default-indices ,string? ...)
|
||||||
|
@ -141,6 +140,9 @@ where a @scheme[host-table-sexpr] is:
|
||||||
(mime-types ,path-string?)
|
(mime-types ,path-string?)
|
||||||
(password-authentication ,path-string?)))]
|
(password-authentication ,path-string?)))]
|
||||||
|
|
||||||
|
In this syntax, the @scheme['messages] paths are relative to the @scheme['configuration-root] directory.
|
||||||
|
All the paths in @scheme['paths] are relative to @scheme['host-root] (other than @scheme['host-root] obviously.)
|
||||||
|
|
||||||
@(require (for-label web-server/dispatchers/dispatch-log))
|
@(require (for-label web-server/dispatchers/dispatch-log))
|
||||||
|
|
||||||
Allowable @scheme['log-format]s are those accepted by @scheme[log-format->format].
|
Allowable @scheme['log-format]s are those accepted by @scheme[log-format->format].
|
||||||
|
|
Loading…
Reference in New Issue
Block a user