Nginx: Custom server_token
-
wget http://nginx.org/download/nginx-1.19.6.tar.gz
- 修改
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_special_response.c
- nginx.conf
http{ server_tokens off; }
wget http://nginx.org/download/nginx-1.19.6.tar.gz
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_special_response.c
http{
server_tokens off;
}