简体   繁体   中英

Server to server Communication behind a load balancer

I have two IIS servers sitting behind a load balancer. And my application's DNS is app.domain.com. I should have a way to communicate from one server to other server without touching load balancer. Application in both servers is listening to port 80. Also I have more than one application deployed in same port in these servers. How can I refer to (URL) to individual servers without using DNS.

使用带有HOST标头的IP:port可以区分每个节点中的多个应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM