From 50b982efce4d76440ed2037caf5b71adce37c237 Mon Sep 17 00:00:00 2001 From: HarinadhD Date: Mon, 20 Feb 2023 17:19:18 +0000 Subject: [PATCH] nginx: enable http_realip_module github links where this was asked: https://github.com/vmware/photon/pull/1301 https://github.com/vmware/photon/issues/1055 Change-Id: Ic51e05a72dd454fed4a710e2cf95e443b3722024 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19775 Reviewed-by: Shreenidhi Shedi Tested-by: Shreenidhi Shedi --- SPECS/nginx/nginx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/nginx/nginx.spec b/SPECS/nginx/nginx.spec index bf99037e9a..c4cf426b30 100644 --- a/SPECS/nginx/nginx.spec +++ b/SPECS/nginx/nginx.spec @@ -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 @@ -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} @@ -117,6 +118,9 @@ getent passwd %{nginx_user} > /dev/null || \ %{_var}/log/%{name} %changelog +* Mon Feb 20 2023 Harinadh D 1.23.1-3 +- enable http_realip_module +- Author: Brian Munro * Thu Oct 20 2022 Vamsi Krishna Brahmajosyula 1.23.1-2 - Fix build with latest toolchain * Tue Oct 04 2022 Shreenidhi Shedi 1.23.1-1