From 4516c49bbbbf9db9be9f8e2d40c4a70156b552dc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 9 Aug 2023 16:31:00 +0300 Subject: [PATCH] - Show correct AlmaLinux logo on default error pages(Thanks to metalefty) Resolves: https://bugs.almalinux.org/view.php?id=415 --- SOURCES/404.html | 4 ++-- SOURCES/50x.html | 4 ++-- SPECS/nginx.spec | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/SOURCES/404.html b/SOURCES/404.html index 0e64263..de97ec6 100644 --- a/SOURCES/404.html +++ b/SOURCES/404.html @@ -107,11 +107,11 @@
[ Powered by nginx ] [ Powered by AlmaLinux ]
diff --git a/SOURCES/50x.html b/SOURCES/50x.html index 6eb233a..b290352 100644 --- a/SOURCES/50x.html +++ b/SOURCES/50x.html @@ -107,11 +107,11 @@
[ Powered by nginx ] [ Powered by AlmaLinux ]
diff --git a/SPECS/nginx.spec b/SPECS/nginx.spec index 94b29dc..624b73f 100644 --- a/SPECS/nginx.spec +++ b/SPECS/nginx.spec @@ -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 - 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 - 1:1.20.1-14.alma - Debrand for AlmaLinux