diff --git a/404.html b/404.html index 71fa16c..77a3cb8 100644 --- a/404.html +++ b/404.html @@ -108,11 +108,6 @@ src="/nginx-logo.png" alt="[ Powered by nginx ]" width="121" height="32" /> - - [ Powered by Fedora ] diff --git a/50x.html b/50x.html index c296c61..38c166a 100644 --- a/50x.html +++ b/50x.html @@ -108,11 +108,6 @@ src="/nginx-logo.png" alt="[ Powered by nginx ]" width="121" height="32" /> - - [ Powered by Fedora ] diff --git a/nginx-auto-cc-gcc.patch b/nginx-auto-cc-gcc.patch index c30346d..5bb712f 100644 --- a/nginx-auto-cc-gcc.patch +++ b/nginx-auto-cc-gcc.patch @@ -5,9 +5,6 @@ # stop on warning -CFLAGS="$CFLAGS -Werror" -+# This combined with Fedora's FORTIFY_SOURCE=2 option causes it nginx -+# to not compile. -+#CFLAGS="$CFLAGS -Werror" # debug CFLAGS="$CFLAGS -g" diff --git a/nginx.spec b/nginx.spec index d1df6c1..0d842f5 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.16.1 -Release: 2 +Release: 3 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -348,6 +348,9 @@ fi %{_mandir}/man8/nginx-upgrade.8* %changelog +* Mon May 11 2020 wutao - 1:1.16.1-3 +- modify patch and html + * Wed Mar 18 2020 yuxiangyang - 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 diff --git a/poweredby.png b/poweredby.png deleted file mode 100644 index b4aea88..0000000 Binary files a/poweredby.png and /dev/null differ