From 0480de42f3d293a89e9f1eef796129ec5512ada7 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 19 Sep 2018 10:33:31 +0900 Subject: [PATCH] When server_tokens is off, server names are not sent in special responses. --- src/http/ngx_http_special_response.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 3b3a9be..c79a599 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -33,7 +33,6 @@ static u_char ngx_http_error_build_tail[] = static u_char ngx_http_error_tail[] = -"
" NGINX_SERVER "
" CRLF "" CRLF "" CRLF ;