-
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; }
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:Nginx: Custom server_token - Python技术站
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;
}
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:Nginx: Custom server_token - Python技术站