From a470284ac3521e1285426c8b284cba60872ee3e1 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Wed, 8 Nov 2023 08:20:25 +0100 Subject: [PATCH] Enable stream_real_ip module --- fedora/SPECS/nginx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index aaa30ca..783b081 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -22,7 +22,7 @@ Name: nginx Epoch: 1 Version: 1.24.0 -Release: 99%{?dist} +Release: 100%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -299,6 +299,7 @@ nginx_ldopts="$RPM_LD_FLAGS -Wl,-E" --with-http_ssl_module \ --with-http_v2_module \ --with-http_realip_module \ + --with-stream_realip_module \ --with-http_addition_module \ --with-http_xslt_module=dynamic \ --with-http_image_filter_module=dynamic \ @@ -635,6 +636,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Mon Nov 6 2023 Daniel Steiner +- Stream real ip module added. + * Thu May 11 2023 Daniel Steiner - Nginx updated to 1.24.0 version. - First build on Fedora 38.