guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: bayfront: Use the default 'nginx' package.


From: Ludovic Courtès
Subject: 01/02: hydra: bayfront: Use the default 'nginx' package.
Date: Fri, 15 Oct 2021 09:30:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 0b91cccddfdba2645d4023d54874f0e3683b4d82
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 15 15:29:09 2021 +0200

    hydra: bayfront: Use the default 'nginx' package.
    
    * hydra/bayfront.scm <nginx-configuration>: Remove 'nginx' field.  The
    extra modules are enabled by default in the 'nginx' package since Guix
    commit 2d31eeecf06ab14732d374c75cdf6e7a55aa704e.
---
 hydra/bayfront.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index ae8d8bb..28b1ee2 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -883,14 +883,6 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
 
     (service nginx-service-type
              (nginx-configuration
-              (nginx
-               (package
-                (inherit nginx)
-                (arguments
-                 (append
-                  '(#:configure-flags '("--with-http_gzip_static_module"
-                                        "--with-http_gunzip_module"))
-                  (package-arguments nginx)))))
               (extra-content %bayfront-nginx-service-extra-config)
               (upstream-blocks
                (list (nginx-upstream-configuration



reply via email to

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