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:
parent
e9dcd4a3e4
commit
d85c254319
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user