fix unicorn pid path again
This commit is contained in:
parent
4132fbaacd
commit
1a773563d8
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue