error : conflicting server name

Maxim Dounin mdounin at mdounin.ru
Mon Jun 4 11:42:26 UTC 2018


Hello!

On Sun, Jun 03, 2018 at 11:12:54AM +0200, RPM wrote:

> Our website was perfectly running under nginx since yesterday :
>   https://www.nouvelledonne.fr
> OS server is debian Jessie (version 8.3.0).
> 
> After the SSL certificate renewal (with Let's encrypt) the following
> error appears :
> 
> cat /var/log/nginx/error.log
> 
> 2018/06/02 22:20:41 [warn] 16742#0: conflicting server name
> "www.nouvelledonne.fr" on 0.0.0.0:443, ignored
> 2018/06/02 22:20:41 [notice] 16742#0: signal process started

You have server_name set to "www.nouvelledonne.fr" in two 
different server{} blocks listening on 0.0.0.0:443.  Check your 
configs.

-- 
Maxim Dounin
http://mdounin.ru/


More information about the nginx mailing list