all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 28125@debbugs.gnu.org
Subject: [bug#28125] [PATCH 2/3] web: Add default-value for the nginx-service-type
Date: Thu, 17 Aug 2017 19:01:08 +0100	[thread overview]
Message-ID: <20170817180109.14785-2-mail@cbaines.net> (raw)
In-Reply-To: <20170817180109.14785-1-mail@cbaines.net>

---
 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))))
 
 (define* (nginx-service #:key (nginx nginx)
                         (log-directory "/var/log/nginx")
-- 
2.14.1

  reply	other threads:[~2017-08-17 18:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 17:50 [bug#28125] [PATCH] NGinx service changes (add default value, and remove nginx-service procedure) Christopher Baines
2017-08-17 18:01 ` [bug#28125] [PATCH 1/3] web: Export more nginx related procedures, macros and record types Christopher Baines
2017-08-17 18:01   ` Christopher Baines [this message]
2017-08-22 13:04     ` [bug#28125] [PATCH 2/3] web: Add default-value for the nginx-service-type Ludovic Courtès
2017-08-17 18:01   ` [bug#28125] [PATCH 3/3] web: Remove the nginx-service procedure Christopher Baines
2017-08-22 13:05     ` Ludovic Courtès
2017-08-22 17:04       ` bug#28125: " Christopher Baines
2017-08-22 13:04   ` [bug#28125] [PATCH 1/3] web: Export more nginx related procedures, macros and record types Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170817180109.14785-2-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=28125@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.