[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: hydra: berlin: Replace nginx-service with nginx-service-type.
From: |
Ricardo Wurmus |
Subject: |
01/01: hydra: berlin: Replace nginx-service with nginx-service-type. |
Date: |
Fri, 29 Sep 2017 05:19:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository maintenance.
commit 61631adfbe15c29f9bb4c2bfeafaf1019ed854de
Author: Ricardo Wurmus <address@hidden>
Date: Fri Sep 29 11:18:36 2017 +0200
hydra: berlin: Replace nginx-service with nginx-service-type.
* hydra/berlin.scm <services>: Use NGINX-SERVICE-TYPE instead of
'nginx-service'.
---
hydra/berlin.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 20d0863..ea848bb 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -254,9 +254,11 @@ Happy hacking!\n"))
(compression-level 9)
(workers 6)))
- (nginx-service #:config-file
- (file-append %nginx-config
- "/berlin.conf"))
+ (service nginx-service-type
+ (nginx-configuration
+ (config-file
+ (file-append %nginx-config "/berlin.conf"))))
+
%nginx-mime-types
%nginx-cache-activation