From e4709e136e870c498854d7c2b9b2ed431ed334c6 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 19 Aug 2014 10:32:27 +0200 Subject: [PATCH] deploy files --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index b4028c6..c5bd290 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream blog_eft_app_unicorn { server { listen 80; - server_name ads.quartz.xyz; + server_name mail1.bally.me ads.bally.me ads.quartz.xyz; root /home/web/ads_app/current/public; try_files $uri/index.html $uri @unicorn;