Skip to content

Commit 9a0015a

Browse files
HarinadhDsshedi
authored andcommitted
nginx: enable http_realip_module
github links where this was asked: #1301 #1055 Change-Id: I8be5032776e565488d55a21f1cac7aff960106f7 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19774 Reviewed-by: Shreenidhi Shedi <[email protected]> Tested-by: Shreenidhi Shedi <[email protected]>
1 parent 4bf4eff commit 9a0015a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SPECS/nginx/nginx.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Summary: High-performance HTTP server and reverse proxy
55
Name: nginx
66
Version: 1.22.0
7-
Release: 3%{?dist}
7+
Release: 4%{?dist}
88
License: BSD-2-Clause
99
URL: https://nginx.org
1010
Group: Applications/System
@@ -55,6 +55,7 @@ sh ./configure \
5555
--with-http_sub_module \
5656
--with-http_stub_status_module \
5757
--with-http_v2_module \
58+
--with-http_realip_module \
5859
--user=%{nginx_user} \
5960
--group=%{nginx_user}
6061

@@ -112,6 +113,9 @@ getent passwd %{nginx_user} > /dev/null || \
112113
%{_var}/log/%{name}
113114

114115
%changelog
116+
* Mon Feb 20 2023 Harinadh D <[email protected]> 1.22.0-4
117+
- Enable http_realip_module
118+
- Author: Brian Munro <bmunro-peralex>
115119
* Wed Oct 26 2022 Keerthana K <[email protected]> 1.22.0-3
116120
- Fix CVE-2022-41741 & CVE-2022-41742
117121
* Tue Aug 16 2022 Shreenidhi Shedi <[email protected]> 1.22.0-2

0 commit comments

Comments
 (0)