[root@dfsdt bin]# curl --head wx.artuion.com
HTTP/1.1 200 OK
Server: nginx/1.4.2
Date: Sun, 06 Oct 2013 02:54:21 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Powered-By: PHP/5.4.17
Set-Cookie: auth=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT
Set-Cookie: PHPSESSID=hnuifml4raa7363v61p3l198o7; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
这样一下子就给人家看到你的服务器nginx版本是nginx/1.4.2
可以不显示不?
当然可以
第一步:
#vim nginx.conf在http 加上 server_tokens off;
第二步:
vi /usr/localinx/conf/fastcgi_params
将里面的fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
修改为:
fastcgi_param SERVER_SOFTWARE nginx;
第三步:
重新加载nginx的配置文件
[root@dfsdt bin]# service nginx reload
[root@dfsdt bin]# curl --head wx.artuion.com
看看是不是没有了?哈哈哈。。。
版权所有:《太阳花工作室》 => 《隐藏nginx 版本号》
本文地址:http://bg.artuion.com/linux/286.html
除非注明,文章均为 《太阳花工作室》 原创,欢迎转载!转载请注明本文地址,谢谢。