1.转发404 或者 转发不到目标服务
存在多层转发
用户->nginx->nginx->server
proxy_set_header Host $host ,转发到下层nginx时回报404。
应该去掉 proxy_set_header 或 proxy_set_header host 转发到下层的域名。
-
长链接
这个是强制nginx和后端服务器保持长连接(避免too many open fiels和大量无效TIME_WAIT
1.转发404 或者 转发不到目标服务
存在多层转发
用户->nginx->nginx->server
proxy_set_header Host $host ,转发到下层nginx时回报404。
应该去掉 proxy_set_header 或 proxy_set_header host 转发到下层的域名。
长链接
这个是强制nginx和后端服务器保持长连接(避免too many open fiels和大量无效TIME_WAIT