From b63b814e1696e36c3b9ed9ec2f6f448d8fa2d897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=81vis=20Mos=C4=81ns?= Date: Thu, 17 Apr 2025 16:37:01 +0300 Subject: [PATCH] Add Nginx specific error page for invalid HTTPS --- i18n/pages-en_US.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i18n/pages-en_US.json b/i18n/pages-en_US.json index 1dcd54b..669a77f 100644 --- a/i18n/pages-en_US.json +++ b/i18n/pages-en_US.json @@ -54,6 +54,12 @@ "message": "A request method is not supported for the requested resource." }, + // Nginx specific + "497": { + "title": "Bad Request", + "message": "The plain HTTP request was sent to HTTPS port." + }, + // internal server error "500": { "title": "Webservice currently unavailable", @@ -104,4 +110,5 @@ "title": "Scheduled Maintenance", "message": "This site is currently down for maintenance.\nOur service team is working hard to bring it back online soon." } + }