unicorn sock
This commit is contained in:
parent
a62f6c30ea
commit
8cc9bfc694
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user