From 461f7d04ca5d8cb2ad6cdc5de5b5c0bd8771c5aa Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 31 Mar 2016 21:28:47 +0200 Subject: [PATCH] pmr.quartz.xyz --- config/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index 04042d3..db81a65 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream pmr_app_unicorn { server { listen 80; - server_name pmr.quartz.xyz; + server_name access-pmr.com; root /home/web/pmr_app/current/public; try_files $uri/index.html $uri @unicorn; @@ -22,7 +22,7 @@ server { server { listen 80; - server_name www.pmr.quartz.xyz; + server_name www.access-pmr.com www.pmr.quartz.xyz pmr.quartz.xyz; rewrite ^(.*) http://pmr.quartz.xyz permanent; }