nginx---nginx的調用流程圖

nginx的作用: 負載均衡,反向代理。可以作爲前端項目(vue)的服務器。 調用流程: nignx反向代理web應用,nginx作爲客戶訪問web應用的入口。 用戶訪問nginx,由server根據url策略定位到具體的location,根據location中的proxy_passs定位到upstream,根據upstream具體的ip:port訪問具體的web應用。
相關文章
相關標籤/搜索