- Show correct AlmaLinux logo on default error pages(Thanks to metalefty)

Resolves: https://bugs.almalinux.org/view.php?id=415
This commit is contained in:
eabdullin 2023-08-09 16:31:00 +03:00
parent 4a00f07273
commit 4516c49bbb
3 changed files with 9 additions and 5 deletions

View File

@ -107,11 +107,11 @@
<div class="logos">
<a href="http://nginx.net/"><img
src="nginx-logo.png"
src="nginx-logo.png"
alt="[ Powered by nginx ]"
width="121" height="32" /></a>
<a href="http://www.almalinux.org/"><img
src="poweredby.png"
src="/icons/poweredby.png"
alt="[ Powered by AlmaLinux ]"
width="124" height="32" /></a>
</div>

View File

@ -107,11 +107,11 @@
<div class="logos">
<a href="http://nginx.net/"><img
src="nginx-logo.png"
src="nginx-logo.png"
alt="[ Powered by nginx ]"
width="121" height="32" /></a>
<a href="http://www.almalinux.org/"><img
src="poweredby.png"
src="/icons/poweredby.png"
alt="[ Powered by AlmaLinux ]"
width="124" height="32" /></a>
</div>

View File

@ -41,7 +41,7 @@
Name: nginx
Epoch: 1
Version: 1.20.1
Release: 14%{?dist}.alma
Release: 14%{?dist}.alma.1
Summary: A high performance web server and reverse proxy server
# BSD License (two clause)
@ -602,6 +602,10 @@ fi
%changelog
* Wed Aug 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1.20.1-14.alma.1
- Show correct AlmaLinux logo on default error pages(Thanks to metalefty)
Resolves: https://bugs.almalinux.org/view.php?id=415
* Tue May 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.20.1-14.alma
- Debrand for AlmaLinux