guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71142] [PATCH v2] doc: Update field name in gitile-configuration.


From: Nguyễn Gia Phong
Subject: [bug#71142] [PATCH v2] doc: Update field name in gitile-configuration.
Date: Thu, 23 May 2024 19:27:01 +0900

* doc/guix.texi (gitile-configuration): Update field name
  nginx-server-block to nginx.

Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index ba12f249a98b..dc0cfacaacab 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -38908,7 +38908,7 @@ Version Control Services
            (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")
@@ -39003,7 +39003,7 @@ Version Control Services
 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.
 

base-commit: 854ccfeb2cf910eda609a026e865b595e64e0cc4
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]