Skip to content

Commit 73b270c

Browse files
Add some option to use nginx Stream directive
Hello, I'm creating a release for Bitbucket and I want to use your nginx release. When I use the stream directive I have this error. Can you add the following option in your release for the stream option to work? --with-threads \ --with-stream_ssl_module \ --with-http_slice_module
1 parent e7fb1d6 commit 73b270c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/nginx/packaging

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ pushd nginx-1.11.7
2323
--with-http_realip_module \
2424
--with-http_gunzip_module \
2525
--with-http_v2_module \
26-
--with-stream
26+
--with-stream \
27+
--with-threads \
28+
--with-stream_ssl_module \
29+
--with-http_slice_module
2730

2831
make
2932
make install

0 commit comments

Comments
 (0)