Re: Set up reverse proxy and loadbalancing without hostname

2016-07-10 Thread bai030805
Hi All thanks so much for your help!!! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268209,268228#msg-268228 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Set up reverse proxy and loadbalancing without hostname

2016-07-09 Thread bai030805
Hi Gurus My lab environment is Nginx IP: 192.168.16.206 Four Web Server: 192.168.16.201-204 My nginx.conf is http { upstream myapp1 { server 192.168.16.201; server 192.168.16.202; server 192.168.16.203; server 192.168.16.204; } server {