doc: Update field name in gitile-configuration.
* doc/guix.texi (gitile-configuration): Update field name nginx-server-block to nginx. Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
ee5d506ec8
commit
039da35176
|
@ -38974,7 +38974,7 @@ footers.
|
||||||
(index-title "My git repositories")
|
(index-title "My git repositories")
|
||||||
(intro '((p "This is all my public work!")))
|
(intro '((p "This is all my public work!")))
|
||||||
(footer '((p "This is the end")))
|
(footer '((p "This is the end")))
|
||||||
(nginx-server-block
|
(nginx
|
||||||
(nginx-server-configuration
|
(nginx-server-configuration
|
||||||
(ssl-certificate
|
(ssl-certificate
|
||||||
"/etc/certs/myweb.site/fullchain.pem")
|
"/etc/certs/myweb.site/fullchain.pem")
|
||||||
|
@ -39069,7 +39069,7 @@ of repositories, on the index page.
|
||||||
The footer content, as a list of sxml expressions. This is shown on every
|
The footer content, as a list of sxml expressions. This is shown on every
|
||||||
page served by Gitile.
|
page served by Gitile.
|
||||||
|
|
||||||
@item @code{nginx-server-block}
|
@item @code{nginx}
|
||||||
An nginx server block that will be extended and used as a reverse proxy by
|
An nginx server block that will be extended and used as a reverse proxy by
|
||||||
Gitile to serve its pages, and as a normal web server to serve its assets.
|
Gitile to serve its pages, and as a normal web server to serve its assets.
|
||||||
|
|
||||||
|
|
Reference in New Issue