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: Ic51e05a72dd454fed4a710e2cf95e443b3722024
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19775
Reviewed-by: Shreenidhi Shedi <[email protected]>
Tested-by: Shreenidhi Shedi <[email protected]>
  • Loading branch information
HarinadhD authored and tapakund committed Mar 20, 2023
1 parent 3435dc3 commit c096efc
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.23.1
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD-2-Clause
URL: http://nginx.org
Group: Applications/System
Expand Down Expand Up @@ -61,6 +61,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 @@ -117,6 +118,9 @@ getent passwd %{nginx_user} > /dev/null || \
%{_var}/log/%{name}

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

0 comments on commit c096efc

Please sign in to comment.