隐藏版本
http增加一行
server_tokens off;


下载
server增加一行
autoindex on;

将下载的MP3文件放在wyt文件夹下的MP3 访问网页

状态统计
root html}下增加一行location
location = /wyt_status{
stub_status;}


nginx status详解
active connections —>活跃的连接数量
server accepts handled requests —>总共处理了83个连接 , 成功创建83次握手, 总共处理了140个请求
reading—>读取客户端的连接数.
writing —>响应数据到客户端的数量
waiting —>开启 keep-alive 的情况下,这个值等于 active – (reading+writing), 是 Nginx 已经处理完正在等候下一次请求指令的驻留连接.