server { listen 8020; # 学校调8020 ---> 192.168.1.71:8030 ,原来是转发到192.168.1.78:8020 charset utf-8; location ^~ / { proxy_pass http://bridge; } }