From d85c254319435c3fcd1fc5842769b9f167f92b14 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 10 Sep 2022 02:57:05 -0400 Subject: 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(+) (limited to 'gnu/packages/web.scm') 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. -- cgit 1.4.1