summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2024-05-23 19:27:01 +0900
committerLudovic Courtès <ludo@gnu.org>2024-06-12 00:21:52 +0200
commit039da35176ed1f1524bf624477288ed856680dac (patch)
tree032f7ade83b2b2f18d63e133954ea4205106fae8 /doc
parentee5d506ec8bcb299dbf9d72fc19386a691833f38 (diff)
downloadguix-039da35176ed1f1524bf624477288ed856680dac.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 769ca1399f..af24c5866f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -38974,7 +38974,7 @@ footers.
            (index-title "My git repositories")
            (intro '((p "This is all my public work!")))
            (footer '((p "This is the end")))
-           (nginx-server-block
+           (nginx
              (nginx-server-configuration
                (ssl-certificate
                  "/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
 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
 Gitile to serve its pages, and as a normal web server to serve its assets.