[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/49: doc: Improve description of nginx's configuration.
From: |
guix-commits |
Subject: |
44/49: doc: Improve description of nginx's configuration. |
Date: |
Mon, 24 Jun 2024 09:04:38 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit fc921acbef5a3864d525020afe524ccc8d66b4b5
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Thu Jun 20 15:31:15 2024 +0200
doc: Improve description of nginx's configuration.
* 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
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
doc/guix.texi | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 0ad0a23b6c..fd19245539 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -32127,7 +32127,9 @@ you don't have a key or you don't want to use HTTPS.
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
@@ -32164,11 +32166,13 @@ URI which this location block matches.
@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
- 21/49: build-system: qt: Fix default parallel-tests? value to #t., (continued)
- 21/49: build-system: qt: Fix default parallel-tests? value to #t., guix-commits, 2024/06/24
- 17/49: gnu: memcached: Update to 1.6.28., guix-commits, 2024/06/24
- 22/49: gnu: grub: Update to 2.12., guix-commits, 2024/06/24
- 29/49: gnu: exim: Update to 4.97.1., guix-commits, 2024/06/24
- 34/49: gnu: Update openjdk variable to openjdk21., guix-commits, 2024/06/24
- 26/49: gnu: git: Update to 2.45.2., guix-commits, 2024/06/24
- 36/49: gnu: rgbds: Update to 0.7.0., guix-commits, 2024/06/24
- 35/49: gnu: wine, wine64, wine-staging, wine64-staging: Enable wayland support., guix-commits, 2024/06/24
- 24/49: gnu: volctl: Update to 0.9.4., guix-commits, 2024/06/24
- 40/49: gnu: readymedia: Update to 1.3.3., guix-commits, 2024/06/24
- 44/49: doc: Improve description of nginx's configuration.,
guix-commits <=
- 43/49: gnu: kakoune: Update to 2024.05.18., guix-commits, 2024/06/24
- 49/49: gnu: patch: Update to latest commit [security fixes]., guix-commits, 2024/06/24
- 48/49: gnu: gnulib: Update to 2024-05-30-1.ac4b301., guix-commits, 2024/06/24
- 09/49: services: networking: Allow dhcp-client to use a config file., guix-commits, 2024/06/24
- 18/49: gnu: wxwidgets: Update to 3.2.5., guix-commits, 2024/06/24
- 10/49: doc: Prepend ISC to DHCP client references., guix-commits, 2024/06/24
- 08/49: gnu: fio: Update to 3.37., guix-commits, 2024/06/24
- 12/49: gnu: nginx: Update to 1.27.0., guix-commits, 2024/06/24
- 11/49: gnu: astyle: Update to 3.5., guix-commits, 2024/06/24
- 28/49: gnu: mtools: Update to 4.0.44., guix-commits, 2024/06/24