发布脚本个性

This commit is contained in:
yafeilee 2014-04-01 21:50:16 +08:00
parent c45de0d387
commit a84e820b29
1 changed files with 1 additions and 1 deletions

View File

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