diff --git a/src/rpm/conf/nginx.conf b/src/rpm/conf/nginx.conf index 53ca3ed4..164302e5 100644 --- a/src/rpm/conf/nginx.conf +++ b/src/rpm/conf/nginx.conf @@ -88,7 +88,7 @@ http { ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m; - error_page 404 /error/index.html; + error_page 404 /error/404/index.html; error_page 403 /error/index.html; error_page 500 /error/index.html; diff --git a/web/error/404/index.html b/web/error/404/index.html new file mode 100644 index 00000000..c6012331 --- /dev/null +++ b/web/error/404/index.html @@ -0,0 +1,26 @@ + +
+