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 {