mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
doc: Correct documentation of NGINX-LOCATION-CONFIGURATION.
* doc/guix.texi (Web Services): The body of an NGINX-LOCATION-CONFIGURATION is a list of strings and not a string.
This commit is contained in:
parent
bad12e839c
commit
7baf6615e9
1 changed files with 4 additions and 3 deletions
|
@ -15122,11 +15122,12 @@ URI which this location block matches.
|
||||||
|
|
||||||
@anchor{nginx-location-configuration body}
|
@anchor{nginx-location-configuration body}
|
||||||
@item @code{body}
|
@item @code{body}
|
||||||
Body of the location block, specified as a string. This can contain many
|
Body of the location block, specified as a list of strings. This can contain
|
||||||
|
many
|
||||||
configuration directives. For example, to pass requests to a upstream
|
configuration directives. For example, to pass requests to a upstream
|
||||||
server group defined using an @code{nginx-upstream-configuration} block,
|
server group defined using an @code{nginx-upstream-configuration} block,
|
||||||
the following directive would be specified in the body @samp{proxy_pass
|
the following directive would be specified in the body @samp{(list "proxy_pass
|
||||||
http://upstream-name;}.
|
http://upstream-name;")}.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
Loading…
Reference in a new issue