摘要: 1. Nginx 反向代理,负载均衡,动静分离,工作原理及优化 nginx配置反向代理。 vim Nginx.conf Server模块中配置 Listen 80 Server_name ip; 在server段里面的location加上proxy_pass http://ip:端口; Nginx配 阅读全文
posted @ 2020-06-05 22:05 西瓜君~ 阅读(18195) 评论(0) 推荐(5)