diff --git a/404.html b/404.html index 71fa16c..c6014a7 100644 --- a/404.html +++ b/404.html @@ -27,7 +27,7 @@ text-align: center; margin: 0; padding: 0.6em 2em 0.4em; - background-color: #294172; + background-color: #900; color: #fff; font-weight: normal; font-size: 1.75em; @@ -39,13 +39,13 @@ } h2 { text-align: center; - background-color: #3C6EB4; + background-color: #900; font-size: 1.1em; font-weight: bold; color: #fff; margin: 0; padding: 0.5em; - border-bottom: 2px solid #294172; + border-bottom: 2px solid #000; } h3 { text-align: center; @@ -92,7 +92,7 @@

Something has triggered missing webpage on your website. This is the default 404 error page for nginx that is distributed with - Fedora. It is located + Red Hat Enterprise Linux. It is located /usr/share/nginx/html/404.html

You should customize this error page for your own @@ -100,18 +100,19 @@ the nginx configuration file /etc/nginx/nginx.conf.

+

For information on Red Hat Enterprise Linux, please visit the Red Hat, Inc. website. The documentation for Red Hat Enterprise Linux is available on the Red Hat, Inc. website.

+
[ Powered by nginx ] - - [ Powered by Fedora ][ Powered by Red Hat Enterprise Linux ]
diff --git a/50x.html b/50x.html index c296c61..5d8d957 100644 --- a/50x.html +++ b/50x.html @@ -27,7 +27,7 @@ text-align: center; margin: 0; padding: 0.6em 2em 0.4em; - background-color: #294172; + background-color: #900; color: #fff; font-weight: normal; font-size: 1.75em; @@ -39,13 +39,13 @@ } h2 { text-align: center; - background-color: #3C6EB4; + background-color: #900; font-size: 1.1em; font-weight: bold; color: #fff; margin: 0; padding: 0.5em; - border-bottom: 2px solid #294172; + border-bottom: 2px solid #000; } h3 { text-align: center; @@ -89,10 +89,10 @@

Website Administrator

-

Something has triggered an error on your - website. This is the default error page for +

Something has triggered missing webpage on your + website. This is the default error page for nginx that is distributed with - Fedora. It is located + Red Hat Enterprise Linux. It is located /usr/share/nginx/html/50x.html

You should customize this error page for your own @@ -100,18 +100,19 @@ the nginx configuration file /etc/nginx/nginx.conf.

+

For information on Red Hat Enterprise Linux, please visit the Red Hat, Inc. website. The documentation for Red Hat Enterprise Linux is available on the Red Hat, Inc. website.

+
[ Powered by nginx ] - - [ Powered by Fedora ][ Powered by Red Hat Enterprise Linux ]
diff --git a/nginx.spec b/nginx.spec index e53937a..0ae29de 100644 --- a/nginx.spec +++ b/nginx.spec @@ -41,7 +41,7 @@ Name: nginx Epoch: 1 Version: 1.20.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -584,6 +584,9 @@ fi %changelog +* Wed Sep 22 2021 Luboš Uhliarik - 1:1.20.1-8 +- Resolves: #2007019 - use proper wording in error pages + * Wed Sep 22 2021 Luboš Uhliarik - 1:1.20.1-7 - Resolves: #2006420 - Broken loading certificates from hardware token (PKCS#11)