From 60ee7c78adce4ef241e158c2210eb96062235d75 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 19 Sep 2013 14:28:44 +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 0bc705f..872c0b1 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,5 +1,5 @@ upstream chasselay_app_unicorn { - server unix:/home/web/chasselay_app/shared/tmp/unicorn.sock fail_timeout=0; + server unix:/home/web/chasselay_app/shared/unicorn.sock fail_timeout=0; } server {