unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30069: Nginx-location-configuration
@ 2018-01-10 18:46 Andreas Enge
  2018-01-10 19:56 ` Andreas Enge
  2018-01-10 22:24 ` Clément Lassieur
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Enge @ 2018-01-10 18:46 UTC (permalink / raw)
  To: 30069

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

Hello,

the attached patch attempts to correct a documentation bug for the nginx
service. Do people who know the service better agree?

Andreas


[-- Attachment #2: 0001-doc-Correct-documentation-of-NGINX-LOCATION-CONFIGUR.patch --]
[-- Type: text/plain, Size: 1214 bytes --]

From 3c593d426ce726f6585d736ff27dee59ac081c57 Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Wed, 10 Jan 2018 19:41:32 +0100
Subject: [PATCH] doc: Correct documentation of NGINX-LOCATION-CONFIGURATION.

* doc/guix.texi (Web Services): The body of an NGINX-LOCATION-CONFIGURATION
is a list of strings and not a string.
---
 doc/guix.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e9ee5127a..c3ce05f79 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15107,11 +15107,12 @@ URI which this location block matches.
 
 @anchor{nginx-location-configuration body}
 @item @code{body}
-Body of the location block, specified as a string. This can contain many
+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{proxy_pass
-http://upstream-name;}.
+the following directive would be specified in the body @samp{(list "proxy_pass
+http://upstream-name;")}.
 
 @end table
 @end deftp
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#30069: Nginx-location-configuration
  2018-01-10 18:46 bug#30069: Nginx-location-configuration Andreas Enge
@ 2018-01-10 19:56 ` Andreas Enge
  2018-01-10 22:24 ` Clément Lassieur
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2018-01-10 19:56 UTC (permalink / raw)
  To: 30069-done

Wrong list, I should have sent to guix-patches instead!

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30069: Nginx-location-configuration
  2018-01-10 18:46 bug#30069: Nginx-location-configuration Andreas Enge
  2018-01-10 19:56 ` Andreas Enge
@ 2018-01-10 22:24 ` Clément Lassieur
  2018-01-14 15:26   ` Andreas Enge
  1 sibling, 1 reply; 4+ messages in thread
From: Clément Lassieur @ 2018-01-10 22:24 UTC (permalink / raw)
  To: Andreas Enge; +Cc: 30069

Andreas Enge <andreas@enge.fr> writes:

> Hello,
>
> the attached patch attempts to correct a documentation bug for the nginx
> service. Do people who know the service better agree?

Sure, LGTM, thank you :-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30069: Nginx-location-configuration
  2018-01-10 22:24 ` Clément Lassieur
@ 2018-01-14 15:26   ` Andreas Enge
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2018-01-14 15:26 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 30069-done

Thanks, I just pushed as 7baf6615e9f1e3074f88618d86873366ae85b7d1.

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-14 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 18:46 bug#30069: Nginx-location-configuration Andreas Enge
2018-01-10 19:56 ` Andreas Enge
2018-01-10 22:24 ` Clément Lassieur
2018-01-14 15:26   ` Andreas Enge

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).