Hello,
Is there a limit to the number of websites that can listen to a particular IP?
say for example 3 different websites that have the same IP address
website 1
server {
listen 1.2.3.4.5:80;
website 2
server {
listen 1.2.3.4.5:80;
website 3
server {
listen 1.2.3.4.5:80;
and so on...
I'm asking because I have 5 websites that listen to the same IP address and that IP address went down while my other IP's are up. Just want to make sure it's not an nginx problem but due to faulty network.