gnu: nginx: Enable stream module.

* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
methuselah-0 2021-03-31 11:00:31 +02:00 committed by Ludovic Courtès
parent b9986cac3e
commit f890bf6392
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -397,6 +397,7 @@ (define-public nginx
"--with-http_v2_module"
"--with-pcre-jit"
"--with-debug"
"--with-stream"
;; Even when not cross-building, we pass the
;; --crossbuild option to avoid customizing for the
;; kernel version on the build machine.