gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
This commit is contained in:
parent
352a5b639b
commit
26ac5c90c1
|
@ -162,6 +162,7 @@ and its related documentation.")
|
||||||
(let ((flags
|
(let ((flags
|
||||||
(list (string-append "--prefix=" (assoc-ref outputs "out"))
|
(list (string-append "--prefix=" (assoc-ref outputs "out"))
|
||||||
"--with-http_ssl_module"
|
"--with-http_ssl_module"
|
||||||
|
"--with-http_v2_module"
|
||||||
"--with-pcre-jit"
|
"--with-pcre-jit"
|
||||||
"--with-debug"
|
"--with-debug"
|
||||||
;; Even when not cross-building, we pass the
|
;; Even when not cross-building, we pass the
|
||||||
|
|
Loading…
Reference in New Issue