win32: enabled ngx_stream_ssl_preread_module in our binary builds.
This commit is contained in:
parent
c41a76e485
commit
25faa6d002
|
@ -168,6 +168,7 @@ cd ../../..
|
|||
--with-ipv6 \
|
||||
--with-stream \
|
||||
--with-stream_ssl_module \
|
||||
--with-stream_ssl_preread_module \
|
||||
--with-http_v2_module \
|
||||
--without-mail_pop3_module \
|
||||
--without-mail_imap_module \
|
||||
|
|
|
@ -38,6 +38,7 @@ cd ../../..
|
|||
--with-ipv6 \
|
||||
--with-stream \
|
||||
--with-stream_ssl_module \
|
||||
--with-stream_ssl_preread_module \
|
||||
--with-http_v2_module \
|
||||
--without-mail_pop3_module \
|
||||
--without-mail_imap_module \
|
||||
|
|
Loading…
Reference in New Issue