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:
Tobias Geerinckx-Rice 2016-09-22 20:35:29 +02:00
parent 352a5b639b
commit 26ac5c90c1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -162,6 +162,7 @@ (define-public nginx
(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