Skip to content

Commit

Permalink
nginx: enable http_realip_module
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
HarinadhD authored and sshedi committed Feb 27, 2023
1 parent 4bf4eff commit 9a0015a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPECS/nginx/nginx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Summary: High-performance HTTP server and reverse proxy
Name: nginx
Version: 1.22.0
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD-2-Clause
URL: https://nginx.org
Group: Applications/System
Expand Down Expand Up @@ -55,6 +55,7 @@ sh ./configure \
--with-http_sub_module \
--with-http_stub_status_module \
--with-http_v2_module \
--with-http_realip_module \
--user=%{nginx_user} \
--group=%{nginx_user}

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

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

0 comments on commit 9a0015a

Please sign in to comment.