mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
HTTP: Reword message in SSL certificate error page
The message in ngx_http_error_495_page read a bit akward to me, I think removing "The" from "The SSL certificate error" brings it more in line with the other default error pages.
This commit is contained in:
parent
f3542500b6
commit
22a48fb24e
@ -253,11 +253,10 @@ CRLF
|
||||
|
||||
static char ngx_http_error_495_page[] =
|
||||
"<html>" CRLF
|
||||
"<head><title>400 The SSL certificate error</title></head>"
|
||||
CRLF
|
||||
"<head><title>400 SSL certificate error</title></head>" CRLF
|
||||
"<body>" CRLF
|
||||
"<center><h1>400 Bad Request</h1></center>" CRLF
|
||||
"<center>The SSL certificate error</center>" CRLF
|
||||
"<center>SSL certificate error</center>" CRLF
|
||||
;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user