[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
From: |
Tobias Geerinckx-Rice |
Subject: |
05/06: gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module). |
Date: |
Tue, 5 Sep 2017 14:56:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 26ac5c90c134c12c8a3e40d1207859d09d11f7ab
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Sep 22 20:35:29 2016 +0200
gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
---
gnu/packages/web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ac65a85..377e366 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -162,6 +162,7 @@ and its related documentation.")
(let ((flags
(list (string-append "--prefix=" (assoc-ref outputs "out"))
"--with-http_ssl_module"
+ "--with-http_v2_module"
"--with-pcre-jit"
"--with-debug"
;; Even when not cross-building, we pass the
- branch master updated (514c2f4 -> 5cf0997), Tobias Geerinckx-Rice, 2017/09/05
- 02/06: Handle the same HTTP redirects everywhere., Tobias Geerinckx-Rice, 2017/09/05
- 04/06: services: web: Fix nginx-service-type's ‘file’ procedure., Tobias Geerinckx-Rice, 2017/09/05
- 01/06: build: Negate ‘--disable-daemon’ help string., Tobias Geerinckx-Rice, 2017/09/05
- 03/06: doc: Fix typo in copyright header., Tobias Geerinckx-Rice, 2017/09/05
- 06/06: gnu: ruby-coderay: Update to 1.1.2., Tobias Geerinckx-Rice, 2017/09/05
- 05/06: gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).,
Tobias Geerinckx-Rice <=