Nginx1.20.2 实现反向代理(负载均衡)

nginx 实现反向代理

一、下载最新的nginx包

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

  

 

 

二、解压到相应位置

  

 

 三、修改配置

  配置文件路径:conf/nginx.conf

  

 

 

   listen 88;原配置默认为80

  location...内网下服务地址

四、启动

  双击nginx.exe 

  打开任务管理器确认是否启动成功

  

 

posted @ 2022-03-01 17:37  谷玥  阅读(402)  评论(0)    收藏  举报