vhost
Hi,
I got the following warning from Nginx:
nginx: [warn] conflicting server name "mydomain.com" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "mydomain.com" on [::]:80, ignored
nginx: [warn] conflicting server name "mydomain.com" on [::]:443, ignored
nginx: [warn] conflicting server name "www.mydomain.com" on [::]:443, ignored
nginx: [warn] conflicting server name "mydomain.com" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "www.mydomain.com" on 0.0.0.0:443, ignored
2 Replies
Hat sich erledigt
@maximilian199725 It says this because you probably have multiple config files with the same server name in them.