diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-16 02:16:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-16 03:19:55 +0100 |
commit | 2ec46078630a09b326822a7565fc7764fd9957a7 (patch) | |
tree | 91741e7df30f622f281fc6ed1b12f3bdb4ce47ab /doc | |
parent | 8bbbbb39350eb559951972abae2622195393b51e (diff) | |
download | patches-2ec46078630a09b326822a7565fc7764fd9957a7.tar patches-2ec46078630a09b326822a7565fc7764fd9957a7.tar.gz |
services: nginx: Fix broken default configuration.
* gnu/services/web.scm (nginx-configuration): Emit an empty events{}
block by default.
* doc/guix.texi (Web Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 28808b0cd5..202d1347f7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20272,7 +20272,7 @@ names of loadable modules, as in this example: /etc/nginx/modules/ngx_http_accept_language_module.so"))) @end lisp -@item @code{global-directives} (default: @code{'()}) +@item @code{global-directives} (default: @code{'((events . ()))}) Association list of global directives for the top level of the nginx configuration. Values may themselves be association lists. |