guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: nginx: berlin: Fix typo in previous commit.


From: Ludovic Courtès
Subject: 01/01: nginx: berlin: Fix typo in previous commit.
Date: Wed, 27 Nov 2019 16:09:47 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit ca175fdd9f17eccf835384d3e7aee3406a34dcd4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 27 22:08:49 2019 +0100

    nginx: berlin: Fix typo in previous commit.
    
    This is a followup to 5715a1325d85620e7f67e82bfec2bb678df5dde0.
    
    * hydra/nginx/berlin.scm (%extra-content): Move semicolons inside the
    strings.
---
 hydra/nginx/berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 0e5e9a1..b619433 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -695,9 +695,9 @@ PUBLISH-URL."
 (define %extra-content
   (list
    ;; This is a 72-core machine, but let's not use all of them for nginx.
-   "worker_processes 16";
+   "worker_processes 16;"
 
-   ;; "pcre_jit on";
+   ;; "pcre_jit on;"
    ;; "events { worker_connections  1024; }"
 
    "default_type  application/octet-stream;"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]