[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28125] [PATCH 2/3] web: Add default-value for the nginx-service-typ
From: |
Ludovic Courtès |
Subject: |
[bug#28125] [PATCH 2/3] web: Add default-value for the nginx-service-type |
Date: |
Tue, 22 Aug 2017 15:04:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Christopher Baines <address@hidden> skribis:
> ---
> gnu/services/web.scm | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/services/web.scm b/gnu/services/web.scm
> index 4156b1a56..aefae5aed 100644
> --- a/gnu/services/web.scm
> +++ b/gnu/services/web.scm
> @@ -324,7 +324,9 @@ of index files."
> (inherit config)
> (server-blocks
> (append (nginx-configuration-server-blocks
> config)
> - servers)))))))
> + servers)))))
> + (default-value
> + (nginx-configuration))))
OK with a commit log. :-)