all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: guix-patches--- via <guix-patches@gnu.org>
To: 71142@debbugs.gnu.org
Cc: "Nguyễn Gia Phong" <mcsinyx@disroot.org>,
	"Florian Pelz" <pelzflorian@pelzflorian.de>,
	"Ludovic Courtès" <ludo@gnu.org>,
	"Matthew Trzcinski" <matt@excalamus.com>,
	"Maxim Cournoyer" <maxim.cournoyer@gmail.com>
Subject: [bug#71142] [PATCH v2] doc: Update field name in gitile-configuration.
Date: Thu, 23 May 2024 19:27:01 +0900	[thread overview]
Message-ID: <80a0b35b1358e2ed51543cab323e5309d4dd0124.1716460021.git.mcsinyx@disroot.org> (raw)
In-Reply-To: <ac8302ca1d22e9315d58877d46c765a95a9bd678.1716459466.git.mcsinyx@disroot.org>

* 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	other threads:[~2024-05-23 10:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 10:17 [bug#71142] [PATCH] doc: Update field name in gitile-configuration guix-patches--- via
2024-05-23 10:27 ` guix-patches--- via [this message]
2024-06-11 22:22   ` bug#71142: [PATCH v2] " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80a0b35b1358e2ed51543cab323e5309d4dd0124.1716460021.git.mcsinyx@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=71142@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    --cc=matt@excalamus.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=mcsinyx@disroot.org \
    --cc=pelzflorian@pelzflorian.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.