From 8f001c9937e97db3c73c44b624b3ca244e7e0f0e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 1 Dec 2016 10:57:03 +0100 Subject: [PATCH] suite --- config/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index e0f50d1..ffccb47 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream ballalama3_app_unicorn { server { listen 80; - server_name ballalama.com; + server_name ballalama3.quartz.xyz; root /home/web/ballalama3_app/current/public; try_files $uri/index.html $uri @unicorn; @@ -22,8 +22,8 @@ server { server { listen 80; - server_name luxlaverie.fr www.ballalama.com www.luxlaverie.fr ; - rewrite ^(.*) http://ballalama.com$1 permanent; + server_name www.ballalama3.quartz.xyz ; + rewrite ^(.*) http://ballalama3.quartz.xyz$1 permanent; }