2017年7月24日
摘要: nginx之proxy反向代理模块: location ^~ /proxy_path/ { root "/www/html"; 这里没必要配置 index index.html; 这里也没必须配置 proxy_pass http://192.168.223.137/; proxy_set_heade 阅读全文
posted @ 2017-07-24 14:50 wadeson 阅读(4616) 评论(0) 推荐(0)