Enable stream_real_ip module
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.24.0
|
Version: 1.24.0
|
||||||
Release: 99%{?dist}
|
Release: 100%{?dist}
|
||||||
|
|
||||||
Summary: A high performance web server and reverse proxy server
|
Summary: A high performance web server and reverse proxy server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@@ -299,6 +299,7 @@ nginx_ldopts="$RPM_LD_FLAGS -Wl,-E"
|
|||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-http_v2_module \
|
--with-http_v2_module \
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
|
--with-stream_realip_module \
|
||||||
--with-http_addition_module \
|
--with-http_addition_module \
|
||||||
--with-http_xslt_module=dynamic \
|
--with-http_xslt_module=dynamic \
|
||||||
--with-http_image_filter_module=dynamic \
|
--with-http_image_filter_module=dynamic \
|
||||||
@@ -635,6 +636,9 @@ fi
|
|||||||
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 6 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Stream real ip module added.
|
||||||
|
|
||||||
* Thu May 11 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
* Thu May 11 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
- Nginx updated to 1.24.0 version.
|
- Nginx updated to 1.24.0 version.
|
||||||
- First build on Fedora 38.
|
- First build on Fedora 38.
|
||||||
|
|||||||
Reference in New Issue
Block a user