修改 php.ini 文件 设置 expose_php = Off
修改httpd.conf 设置
ServerSignature Off
ServerTokens Prod
修改nginx.conf 在http里面设置
server_tokens off;