nginx: configure with `--with-stream_ssl_module` to enable support for stream proxy server with SSL/TLS (#5975)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
6b92f19933
commit
a1596d1f4b
|
@ -6,7 +6,7 @@ Name: nginx
|
|||
# Currently on "stable" version of nginx from https://nginx.org/en/download.html.
|
||||
# Note: Stable versions are even (1.20), mainline versions are odd (1.21)
|
||||
Version: 1.22.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: BSD-2-Clause
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -58,6 +58,7 @@ sh configure \
|
|||
--prefix=%{_sysconfdir}/nginx \
|
||||
--sbin-path=%{_sbindir}/nginx \
|
||||
--user=%{nginx_user} \
|
||||
--with-stream_ssl_module \
|
||||
--with-http_auth_request_module \
|
||||
--with-http_gunzip_module \
|
||||
--with-http_gzip_static_module \
|
||||
|
@ -118,6 +119,9 @@ exit 0
|
|||
%dir %{_sysconfdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Aug 10 2023 Muhammad Falak R Wani <mwani@microsoft.com> - 1.22.1-8
|
||||
- Configure with `--with-stream_ssl_module` to enable support for stream proxy server with SSL/TLS
|
||||
|
||||
* Mon Jul 31 2023 Muhammad Falak R Wani <mwani@microsoft.com> - 1.22.1-7
|
||||
- Configure with `--with-compat` to enable dynamic modules compatibility
|
||||
|
||||
|
|
Loading…
Reference in New Issue