Skip to content

Commit

Permalink
added ngx_http_mirror_module
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Nov 17, 2023
1 parent 464ef8f commit 989705a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SPECS/nginx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Requires(pre): shadow-utils
# end of distribution specific definitions

%define base_version 1.22.0
%define base_release 5%{?dist}.fb
%define base_release 6%{?dist}.fb

%define bdir %{_builddir}/%{name}-%{base_version}

Expand Down Expand Up @@ -137,6 +137,7 @@ patch -p1 < %{bdir}/graphite-nginx-module-%{graphite_nginx_module_version}/graph
--add-module=headers-more-nginx-module-%{headers_more_nginx_module_version} \
--add-module=ngx_brotli-%{ngx_brotli_version} \
--with-http_geoip_module \
--with-ngx_http_mirror_module \
--with-debug
make %{?_smp_mflags}
%{__mv} %{bdir}/objs/nginx \
Expand All @@ -148,6 +149,7 @@ make %{?_smp_mflags}
--add-module=headers-more-nginx-module-%{headers_more_nginx_module_version} \
--add-module=ngx_brotli-%{ngx_brotli_version} \
--with-http_geoip_module \
--with-ngx_http_mirror_module \
--with-debug

make %{?_smp_mflags}
Expand Down

0 comments on commit 989705a

Please sign in to comment.