From aba24babf09bd66c4bfa31754f47cee91ee20c43 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 1 Aug 2016 22:18:33 +0200 Subject: [PATCH] suite --- config/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index abbd318..a485fb6 100755 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream idn_app_unicorn { server { listen 80; - server_name idn.quartz.xyz idncommunication.com; + server_name idn.quartz.xyz idncommunication.com www.idncommunication.com; root /home/web/idn_app/current/public; try_files $uri/index.html $uri @unicorn; @@ -22,7 +22,7 @@ server { server { listen 80; - server_name www.idncommunication.com; + server_name www2.idncommunication.com; rewrite ^(.*) http://idncommunication.com permanent; }