emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#71677: closed ([PATCH] doc: Improve description of nginx's configura


From: GNU bug Tracking System
Subject: bug#71677: closed ([PATCH] doc: Improve description of nginx's configuration)
Date: Mon, 24 Jun 2024 04:00:03 +0000

Your message dated Sun, 23 Jun 2024 23:58:42 -0400
with message-id <87wmmf0z65.fsf@gmail.com>
and subject line Re: [bug#71677] [PATCH] doc: Improve description of nginx's 
configuration
has caused the debbugs.gnu.org bug report #71677,
regarding [PATCH] doc: Improve description of nginx's configuration
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71677: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71677
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Improve description of nginx's configuration Date: Thu, 20 Jun 2024 15:31:15 +0200
The description did not fully match the actual observable behavior, so let us
fix that.

* doc/guix.texi (Web Services)[nginx-server-configuration]: Document semantics
of raw-content field.
[nginx-location-configuration]: Document semantics of body field.

Change-Id: I1e699d085a27f2615190de1e1973146da4ab193d
---
 doc/guix.texi | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index f6f2788ed2..7f10bef58d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -32073,7 +32073,9 @@ Web Services
 Whether the server should add its configuration to response.
 
 @item @code{raw-content} (default: @code{'()})
-A list of raw lines added to the server block.
+A list of strings or file-like objects to be appended to the server
+block.  Each item is prefixed with indentation and suffixed with a new
+line.  Nested lists are flattened.
 
 @end table
 @end deftp
@@ -32119,11 +32121,13 @@ Web Services
 
 @anchor{nginx-location-configuration body}
 @item @code{body}
-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
-server group defined using an @code{nginx-upstream-configuration} block,
-the following directive would be specified in the body @samp{(list "proxy_pass
+Body of the location block, specified as a list of strings or file-like
+objects.  Each item is prefixed with indentation and suffixed with a new
+line.  Nested lists are flattened.
+
+For example, to pass requests to a upstream server group defined using
+an @code{nginx-upstream-configuration} block, the following directive
+would be specified in the body @samp{(list "proxy_pass
 http://upstream-name;";)}.
 
 @end table
-- 
2.45.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#71677] [PATCH] doc: Improve description of nginx's configuration Date: Sun, 23 Jun 2024 23:58:42 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Tomas Volf <~@wolfsden.cz> writes:

> The description did not fully match the actual observable behavior, so let us
> fix that.
>
> * doc/guix.texi (Web Services)[nginx-server-configuration]: Document semantics
> of raw-content field.
> [nginx-location-configuration]: Document semantics of body field.
>
> Change-Id: I1e699d085a27f2615190de1e1973146da4ab193d

Applied, thanks.

-- 
Maxim


--- End Message ---

reply via email to

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