1. 程式人生 > >【16】Nginx實現負載均衡

【16】Nginx實現負載均衡

  • 1.安裝Nginx

地址:http://nginx.org/en/download.html

下載最新Nginx後解壓

  • 2.iis中新增n個負載均衡服務(本例為2個)

分別為http://localhost:8080/test、http://localhost:8082/test 並新增test.html頁面到兩個伺服器檔案的根目錄

  • 3.配置nginx配置檔案 ~\nginx-1.15.5\conf\nginx.conf

訪問http://localhost:8081/test/test.html會將請求負載到http://localhost:8080/test/test.html、http://localhost:8082/test/test.html