From be07670391e41a866741f0e18e969f280cd7faf0 Mon Sep 17 00:00:00 2001 From: liyuanyuan Date: Thu, 15 Dec 2022 21:22:42 +0800 Subject: [PATCH] replace System name to vendor in default page --- 404.html | 2 +- 50x.html | 2 +- index.html | 6 +++--- nginx.spec | 8 +++++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/404.html b/404.html index 4c28a42..e58f348 100644 --- a/404.html +++ b/404.html @@ -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 - openEuler. It is located + {{system}}. It is located /usr/share/nginx/html/404.html

You should customize this error page for your own diff --git a/50x.html b/50x.html index ff40fd9..7d6dc58 100644 --- a/50x.html +++ b/50x.html @@ -92,7 +92,7 @@

Something has triggered an error on your website. This is the default error page for nginx that is distributed with - openEuler. It is located + {{system}}. It is located /usr/share/nginx/html/50x.html

You should customize this error page for your own diff --git a/index.html b/index.html index bacdfb5..f983cf6 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Test Page for the Nginx HTTP Server on openEuler + Test Page for the Nginx HTTP Server on {{system}}