1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

web: Add default-value for the nginx-service-type.

* gnu/services/web.scm (nginx-service-type)[default-value]:
  Use (nginx-configuration).
This commit is contained in:
Christopher Baines
2017-07-30 13:51:35 +01:00
parent e4b729f89c
commit ad4cc435e8

View File

@@ -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")