您的位置:首页 > 运维架构 > Nginx

Nginx配置资源文件服务器

2015-06-03 15:44 597 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: