This commit is contained in:
наб 2026-06-26 16:02:49 +02:00 committed by GitHub
commit d1bf23779c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,11 +261,11 @@ CRLF
static char ngx_http_error_495_page[] =
"<html>" CRLF
"<head><title>400 The SSL certificate error</title></head>"
"<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
;