fix unicorn pid path again

This commit is contained in:
yafeilee 2015-04-08 00:41:49 +08:00
parent 4132fbaacd
commit 1a773563d8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ worker_processes 1
preload_app true
timeout 180
listen '/tmp/unicorn_wblog_en.sock'
pid "#{app_path}/shared/tmp/pids/unicorn.pid"
pid "#{app_path}/tmp/pids/unicorn.pid"
user 'ruby', 'ruby'
stderr_path "log/unicorn.log"
stdout_path "log/unicorn.log"

View File

@ -4,7 +4,7 @@ worker_processes 1
preload_app true
timeout 180
listen '/tmp/unicorn_wblog_zh.sock'
pid "#{app_path}/shared/tmp/pids/unicorn.pid"
pid "#{app_path}/tmp/pids/unicorn.pid"
user 'ruby', 'ruby'
stderr_path "log/unicorn.log"
stdout_path "log/unicorn.log"