guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58315] [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.


From: Leo Famulari
Subject: [bug#58315] [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
Date: Wed, 5 Oct 2022 16:26:30 -0400

* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
to #:configure-flags.
---
 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3262dbbb10..a96e9456ad 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -407,6 +407,7 @@ (define-public nginx
               "--with-pcre-jit"
               "--with-debug"
               "--with-stream"
+              "--with-stream_ssl_module"
               ;; Even when not cross-building, we pass the
               ;; --crossbuild option to avoid customizing for the
               ;; kernel version on the build machine.
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]