参考
https://www.cnblogs.com/andyfengzp/p/6434125.html
如果需要知道代理的是哪台服务器
可在location的属性下添加
add_header Upstream-Server $upstream_addr;
add_header Upstream-Status $upstream_status;
参考
https://www.cnblogs.com/andyfengzp/p/6434125.html
如果需要知道代理的是哪台服务器
可在location的属性下添加
add_header Upstream-Server $upstream_addr;
add_header Upstream-Status $upstream_status;