Show correct AlmaLinux logo on error pages

Resolves:	https://bugs.almalinux.org/view.php?id=415
This commit is contained in:
Koichiro Iwao 2023-08-03 15:16:47 +09:00
parent 4a00f07273
commit 891fdd83fd
3 changed files with 10 additions and 6 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

@ -35,13 +35,13 @@
# Do not generate provides/requires from nginx sources
%global __provides_exclude_from ^%{nginx_srcdir}/.*$
%global __requires_exclude_from ^%{nginx_srcdir}/.*$
%global __requires_exclude_from ^%{nginx_srcdir}/.*$
Name: nginx
Epoch: 1
Version: 1.20.1
Release: 14%{?dist}.alma
Release: 15%{?dist}.alma
Summary: A high performance web server and reverse proxy server
# BSD License (two clause)
@ -602,6 +602,10 @@ fi
%changelog
* Thu Aug 03 2023 Koichiro Iwao <meta@almalinux.org> - 1.20.1-15.alma
- Show correct AlmaLinux logo on default error pages
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