diff options
author | Clément Lassieur <clement@lassieur.org> | 2017-12-09 22:47:53 +0100 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2017-12-18 12:03:14 +0100 |
commit | b05e8ee1205bc10f2ab33045f257170d4ce1999b (patch) | |
tree | 0a36e49cf54b11c42a9b6a00dedf385807025466 /doc | |
parent | 8b223ceac4ff0781e95d69362875f87cff03f4d6 (diff) | |
download | patches-b05e8ee1205bc10f2ab33045f257170d4ce1999b.tar patches-b05e8ee1205bc10f2ab33045f257170d4ce1999b.tar.gz |
services: nginx: Allow to add raw content to the server blocks.
* doc/guix.texi (Web Services): Document 'raw-content'.
* gnu/services/web.scm (<nginx-server-configuration>)[raw-content]: New field.
(emit-nginx-server-config): Add it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e44478cbf4..68f3a88781 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -14979,6 +14979,9 @@ you don't have a key or you don't want to use HTTPS. @item @code{server-tokens?} (default: @code{#f}) 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. + @end table @end deftp |