Nginx服务安全设置和参数调优

1.添加参数隐藏Nginx版本号

vim /application/nginx/conf/nginx.conf #http标签下添加 server_tokens off; #测试 [root@cobbler ~]# curl -I 172.16.1.15 HTTP/1.1 200 OK Server: nginx #这里已经没有版本号了

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzwgyg.html