civodul pushed a commit to branch master
in repository maintenance.

commit 0b91cccddfdba2645d4023d54874f0e3683b4d82
Author: Ludovic Courtès <[email protected]>
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