Skip to content

Commit 50b982e

Browse files
HarinadhDsshedi
authored andcommitted
nginx: enable http_realip_module
github links where this was asked: #1301 #1055 Change-Id: Ic51e05a72dd454fed4a710e2cf95e443b3722024 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19775 Reviewed-by: Shreenidhi Shedi <[email protected]> Tested-by: Shreenidhi Shedi <[email protected]>
1 parent 84ce5d6 commit 50b982e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SPECS/nginx/nginx.spec

+5-1
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.23.1
7-
Release: 2%{?dist}
7+
Release: 3%{?dist}
88
License: BSD-2-Clause
99
URL: http://nginx.org
1010
Group: Applications/System
@@ -61,6 +61,7 @@ sh ./configure \
6161
--with-http_sub_module \
6262
--with-http_stub_status_module \
6363
--with-http_v2_module \
64+
--with-http_realip_module \
6465
--user=%{nginx_user} \
6566
--group=%{nginx_user}
6667

@@ -117,6 +118,9 @@ getent passwd %{nginx_user} > /dev/null || \
117118
%{_var}/log/%{name}
118119

119120
%changelog
121+
* Mon Feb 20 2023 Harinadh D <[email protected]> 1.23.1-3
122+
- enable http_realip_module
123+
- Author: Brian Munro <bmunro-peralex>
120124
* Thu Oct 20 2022 Vamsi Krishna Brahmajosyula <[email protected]> 1.23.1-2
121125
- Fix build with latest toolchain
122126
* Tue Oct 04 2022 Shreenidhi Shedi <[email protected]> 1.23.1-1

0 commit comments

Comments
 (0)