2019年11月4日

Nginx学习

摘要: 一、Nginx三大功能:反向代理、动静分离、负载均衡 二、反向代理 A、proxy_pass: http://.... 三、负载均衡 A、基本配置 1. http块 upstream 名字 { 服务器列表... } 2. location块 location / { proxy_pass:http: 阅读全文

posted @ 2019-11-04 23:21 DjanFey 阅读(93) 评论(0) 推荐(0) 编辑

导航