modify patch and html
This commit is contained in:
parent
907ef8e061
commit
b64b21c7d6
5
404.html
5
404.html
@ -108,11 +108,6 @@
|
||||
src="/nginx-logo.png"
|
||||
alt="[ Powered by nginx ]"
|
||||
width="121" height="32" /></a>
|
||||
|
||||
<a href="http://fedoraproject.org/"><img
|
||||
src="/poweredby.png"
|
||||
alt="[ Powered by Fedora ]"
|
||||
width="88" height="31" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
5
50x.html
5
50x.html
@ -108,11 +108,6 @@
|
||||
src="/nginx-logo.png"
|
||||
alt="[ Powered by nginx ]"
|
||||
width="121" height="32" /></a>
|
||||
|
||||
<a href="http://fedoraproject.org/"><img
|
||||
src="/poweredby.png"
|
||||
alt="[ Powered by Fedora ]"
|
||||
width="88" height="31" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 <wutao61@huawei.com> - 1:1.16.1-3
|
||||
- modify patch and html
|
||||
|
||||
* 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
|
||||
|
||||
BIN
poweredby.png
BIN
poweredby.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB |
Loading…
x
Reference in New Issue
Block a user