Nginx 做文件服务器配置
2017-06-04 本文已影响106人
coderNeed
编辑 nginx.conf
静态页面目录
root /Users/xuyao/Documents;
location / {
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
}
编辑 nginx.conf
root /Users/xuyao/Documents;
location / {
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
}