diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-09-22 20:35:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-05 20:57:14 +0200 |
commit | 26ac5c90c134c12c8a3e40d1207859d09d11f7ab (patch) | |
tree | d395841d0394af39e7f25329b625a007ceb959b0 | |
parent | 352a5b639b2adfa343f5a786529bb112636757ea (diff) | |
download | patches-26ac5c90c134c12c8a3e40d1207859d09d11f7ab.tar patches-26ac5c90c134c12c8a3e40d1207859d09d11f7ab.tar.gz |
gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
-rw-r--r-- | gnu/packages/web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ac65a85365..377e366e27 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 |