unicorn sock

This commit is contained in:
Nicolas Bally 2015-05-17 21:25:49 +02:00
parent a62f6c30ea
commit 8cc9bfc694
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
upstream blog_perso_app_unicorn {
server unix:/home/web/blog_perso_app/shared/tmp/unicorn.sock fail_timeout=0;
server unix:/home/web/blog_perso_app/shared/unicorn.sock fail_timeout=0;
}
server {

View File

@ -8,7 +8,7 @@ set -e
APP_NAME=blog_perso_app
APP_RUBY=2.1.2
APP_ROOT="/home/web/blog_perso_app/current"
PID="/home/web/blog_perso_app/shared/tmp/unicorn.pid"
PID="/home/web/blog_perso_app/shared/unicorn.pid"
ENV=production
GEM_HOME="/home/web/.rvm/gems/ruby-$APP_RUBY"