mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue