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

* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
to #:configure-flags.
This commit is contained in:
Leo Famulari 2022-09-10 02:57:05 -04:00
parent e9dcd4a3e4
commit d85c254319
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -408,6 +408,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.