From 5d70203684d5281954b425aa7f7c1925e3d4d6dd Mon Sep 17 00:00:00 2001 From: yafeilee Date: Tue, 7 Apr 2015 23:38:51 +0800 Subject: [PATCH] unicorn zh config --- config/unicorn/zh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn/zh.rb b/config/unicorn/zh.rb index 772517b..e639939 100644 --- a/config/unicorn/zh.rb +++ b/config/unicorn/zh.rb @@ -3,7 +3,7 @@ app_path = File.expand_path( File.join(File.dirname(__FILE__), '..', '..')) worker_processes 1 preload_app true timeout 180 -listen '/tmp/unicorn_wblog.sock' +listen '/tmp/unicorn_wblog_zh.sock' user 'ruby', 'ruby' stderr_path "log/unicorn.log" stdout_path "log/unicorn.log"