FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add Nginx specific error page for invalid HTTPS by davispuh · Pull Request #46 · HttpErrorPages/HttpErrorPages · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
7 changes: 7 additions & 0 deletions i18n/pages-en_US.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
}

}

Back | FazBrowse Home | New Git URL