Nginx监听相同端口和IP通过域名分发到不同的应用服务器
1、Nginx配置文件如下:#user nobody;worker_processes 3;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events { worker_c...