Hi, i have a strange problem, I configured two vhosts files but when i start nginx it gives the following error although the two vhosts are configured correctly, almost identical (except domain names). When I remove one vhost everything is ok. In both vhosts file server name is set, i don't understand what kind of conflicting server name could possibly be. I also added this to one of the vhost, no change whatsoever, the same errro appears
[code]
server {
server_name _; #default
return 444;
}
[/code]
[code]
Starting nginx: [warn]: conflicting server name "ubuntu" on 0.0.0.0:80, ignored
nginx.
[/code]
Maybe i'm missing something, i don't know