diff --git a/config/nginx.conf b/config/nginx.conf index a485fb6..b5b5042 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 www.idncommunication.com; + server_name 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 www2.idncommunication.com; + server_name www.idncommunication.com idn.quartz.xyz; rewrite ^(.*) http://idncommunication.com permanent; }