Nginx Multiple Domains
- by showFocus
I am trying to add a second virtual host to nginx. When i go to the new domain it redirects to the old one. I have tried restarting Nginx, rebooting the server.
Has anyone come across this before, care to share?
File: nginx.conf ###
user www-data www-data;
worker_processes 4;
events {
worker_connections 1024;
}
http…