摘要: 端口映射配置(nginx.conf文件) server{ listen 80; server_name qilin100.cn www.qilin100.cn; location / { proxy_pass http://172.17.0.1:7702; proxy_redirect defaul 阅读全文
posted @ 2018-02-20 23:52 kerwin cui 阅读(112) 评论(0) 推荐(0) 编辑