When server_tokens is off, server names are not sent in special responses.

This commit is contained in:
2018-09-19 10:33:31 +09:00
parent 7fc1a7463d
commit 0480de42f3
-1
View File
@@ -33,7 +33,6 @@ static u_char ngx_http_error_build_tail[] =
static u_char ngx_http_error_tail[] = static u_char ngx_http_error_tail[] =
"<hr><center>" NGINX_SERVER "</center>" CRLF
"</body>" CRLF "</body>" CRLF
"</html>" CRLF "</html>" CRLF
; ;