From 280c45fcd2afe465abdd2e2fac444d5257934a9f Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 19 Sep 2013 14:27:08 +0200 Subject: [PATCH] nginx --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index ba66ce5..0bc705f 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,5 +1,5 @@ upstream chasselay_app_unicorn { - server unix:/home/web/auclair_app/shared/tmp/unicorn.sock fail_timeout=0; + server unix:/home/web/chasselay_app/shared/tmp/unicorn.sock fail_timeout=0; } server {