Running 1.9.14 as a load balancer.
We have a drupal multi-site & a single static site listening on 80 with the same ip broken out using server_name for specific sites. I'm also listening on 443 on the same ip with one specific server_name listed.
What I'm seeing is that the other sites in the drupal site are being accessed through the 443 site configuration. Isn't nginx suppose to only accept traffic on virtual hosts that the server_name specifies ?
Any ideas ?
We have a drupal multi-site & a single static site listening on 80 with the same ip broken out using server_name for specific sites. I'm also listening on 443 on the same ip with one specific server_name listed.
What I'm seeing is that the other sites in the drupal site are being accessed through the 443 site configuration. Isn't nginx suppose to only accept traffic on virtual hosts that the server_name specifies ?
Any ideas ?