Re: Removal of server from nginx load balancer does not reflect after nginx reload

2015-08-14 Thread ryd994
Hi, Are you using free Nginx or Nginx Plus? Per my memory, server group reconfigure without restart is a Plus only feature. On Fri, Aug 14, 2015, 14:20 dhirajp...@gmail.com wrote: > Hi, > I am using nginx 1.8.0 as a load balancer. > > Below is the configuration snippet: > > upstream app

Removal of server from nginx load balancer does not reflect after nginx reload

2015-08-13 Thread dhirajp...@gmail.com
Hi, I am using nginx 1.8.0 as a load balancer. Below is the configuration snippet: upstream appservers { least_conn; server 10.21.3.123:8083; server 10.21.3.125:8083; } server { listen 443 ssl spdy backlog=2048; add_header Strict-Transport-Security "max-age=31