* [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
@ 2017-09-05 16:43 Tobias Geerinckx-Rice
2017-09-05 17:13 ` Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-09-05 16:43 UTC (permalink / raw)
To: 28360
* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
---
Guix,
The following adds v2 listener support to our nginx package.
The majority of legitimate web traffic to my boxes is already over
HTTP/2.0 (Guix itself being the lone exception).
The protocol won't be spoken by default until upstream decides to do so;
I just got tired of maintaining this huge patch locally.
Kind regards,
T G-R
gnu/packages/web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ac65a8536..377e366e2 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
--
2.13.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
2017-09-05 16:43 [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module) Tobias Geerinckx-Rice
@ 2017-09-05 17:13 ` Leo Famulari
2017-09-05 18:58 ` bug#28360: " Tobias Geerinckx-Rice
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-09-05 17:13 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 28360
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
On Tue, Sep 05, 2017 at 06:43:47PM +0200, Tobias Geerinckx-Rice wrote:
> * gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
> ---
>
> Guix,
>
> The following adds v2 listener support to our nginx package.
> The majority of legitimate web traffic to my boxes is already over
> HTTP/2.0 (Guix itself being the lone exception).
>
> The protocol won't be spoken by default until upstream decides to do so;
> I just got tired of maintaining this huge patch locally.
This gigantic patch LGTM :)
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index ac65a8536..377e366e2 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
> --
> 2.13.1
>
>
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-05 18:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 16:43 [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module) Tobias Geerinckx-Rice
2017-09-05 17:13 ` Leo Famulari
2017-09-05 18:58 ` bug#28360: " Tobias Geerinckx-Rice
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.