server{
listen 9880;
server_name resServer;
root /home/file/path; #文件根目录路径
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
sendfile on;
tcp_nopush on;
}本文出自 “zl1030的记录” 博客,请务必保留此出处http://zl1030.blog.51cto.com/274507/1657906
原文地址:http://zl1030.blog.51cto.com/274507/1657906