guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: nginx: Support SSL / TLS for stream proxies.


From: guix-commits
Subject: 05/05: gnu: nginx: Support SSL / TLS for stream proxies.
Date: Mon, 17 Oct 2022 17:23:51 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d85c254319435c3fcd1fc5842769b9f167f92b14
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Sep 10 02:57:05 2022 -0400

    gnu: nginx: Support SSL / TLS for stream proxies.
    
    * 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 967d4328b5..6ffd87942c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -408,6 +408,7 @@ the same, being completely separated from the Internet.")
               "--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.



reply via email to

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