!5 delete http_stub_status_module.
Merge pull request !5 from HukunaMatata/master
This commit is contained in:
commit
a556ae81d3
@ -14,7 +14,7 @@
|
|||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.16.1
|
Version: 1.16.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A HTTP server, reverse proxy and mail proxy server
|
Summary: A HTTP server, reverse proxy and mail proxy server
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://nginx.org/
|
URL: http://nginx.org/
|
||||||
@ -160,7 +160,7 @@ if ! ./configure \
|
|||||||
--with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module \
|
--with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module \
|
||||||
--with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module \
|
--with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module \
|
||||||
--with-http_secure_link_module --with-http_degradation_module --with-http_slice_module \
|
--with-http_secure_link_module --with-http_degradation_module --with-http_slice_module \
|
||||||
--with-http_stub_status_module --with-http_perl_module=dynamic --with-http_auth_request_module \
|
--with-http_perl_module=dynamic --with-http_auth_request_module \
|
||||||
--with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic \
|
--with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic \
|
||||||
--with-stream_ssl_module --with-google_perftools_module --with-debug \
|
--with-stream_ssl_module --with-google_perftools_module --with-debug \
|
||||||
--with-cc-opt="%{optflags} $(pcre-config --cflags)" --with-ld-opt="$nginx_ldopts"; then
|
--with-cc-opt="%{optflags} $(pcre-config --cflags)" --with-ld-opt="$nginx_ldopts"; then
|
||||||
@ -348,6 +348,11 @@ fi
|
|||||||
%{_mandir}/man8/nginx-upgrade.8*
|
%{_mandir}/man8/nginx-upgrade.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 18 2020 yuxiangyang <yuxiangyang4@huawei.com> - 1:1.16.1-2
|
||||||
|
- delete http_stub_status_module.This configuration creates a simple
|
||||||
|
web page with basic status data,but it will affect cpu scale-out because
|
||||||
|
it use atomic cas.
|
||||||
|
|
||||||
* Mon Mar 16 2020 likexin <likexin4@huawei.com> - 1:1.16.1-1
|
* Mon Mar 16 2020 likexin <likexin4@huawei.com> - 1:1.16.1-1
|
||||||
- update to 1.16.1
|
- update to 1.16.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user