摘要: nginx 文件代理服务器 server { listen 9900; server_name localhost; #access_log /var/log/nginx/host.access.log main; location /root { root /root/; # 文件放置目录/roo 阅读全文