forked from rpms/nginx
Show correct AlmaLinux logo on error pages
Resolves: https://bugs.almalinux.org/view.php?id=415
This commit is contained in:
parent
4a00f07273
commit
891fdd83fd
@ -111,7 +111,7 @@
|
|||||||
alt="[ Powered by nginx ]"
|
alt="[ Powered by nginx ]"
|
||||||
width="121" height="32" /></a>
|
width="121" height="32" /></a>
|
||||||
<a href="http://www.almalinux.org/"><img
|
<a href="http://www.almalinux.org/"><img
|
||||||
src="poweredby.png"
|
src="/icons/poweredby.png"
|
||||||
alt="[ Powered by AlmaLinux ]"
|
alt="[ Powered by AlmaLinux ]"
|
||||||
width="124" height="32" /></a>
|
width="124" height="32" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
alt="[ Powered by nginx ]"
|
alt="[ Powered by nginx ]"
|
||||||
width="121" height="32" /></a>
|
width="121" height="32" /></a>
|
||||||
<a href="http://www.almalinux.org/"><img
|
<a href="http://www.almalinux.org/"><img
|
||||||
src="poweredby.png"
|
src="/icons/poweredby.png"
|
||||||
alt="[ Powered by AlmaLinux ]"
|
alt="[ Powered by AlmaLinux ]"
|
||||||
width="124" height="32" /></a>
|
width="124" height="32" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 14%{?dist}.alma
|
Release: 15%{?dist}.alma
|
||||||
|
|
||||||
Summary: A high performance web server and reverse proxy server
|
Summary: A high performance web server and reverse proxy server
|
||||||
# BSD License (two clause)
|
# BSD License (two clause)
|
||||||
@ -602,6 +602,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.20.1-14.alma
|
||||||
- Debrand for AlmaLinux
|
- Debrand for AlmaLinux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user