方法很简单,只需在 nginx.conf 的 http { 里头加入 server_tokens 的参数
例如:
- http {
- include mime.types;
- default_type application/octet-stream;
- server_tokens off; #关闭版本显示
- client_header_timeout 3m;
- client_body_timeout 3m;
- send_timeout 3m;
如果想把 Server 所显示的名称也修改,可以参阅:http://www.oschina.net/bbs/thread/1568?lp=1