unicorn zh config
This commit is contained in:
parent
e0711f265d
commit
5d70203684
|
@ -3,7 +3,7 @@ app_path = File.expand_path( File.join(File.dirname(__FILE__), '..', '..'))
|
||||||
worker_processes 1
|
worker_processes 1
|
||||||
preload_app true
|
preload_app true
|
||||||
timeout 180
|
timeout 180
|
||||||
listen '/tmp/unicorn_wblog.sock'
|
listen '/tmp/unicorn_wblog_zh.sock'
|
||||||
user 'ruby', 'ruby'
|
user 'ruby', 'ruby'
|
||||||
stderr_path "log/unicorn.log"
|
stderr_path "log/unicorn.log"
|
||||||
stdout_path "log/unicorn.log"
|
stdout_path "log/unicorn.log"
|
||||||
|
|
Loading…
Reference in New Issue