# capistrano 用に RAILS_ROOT を指定 working_directory '/home/bekkou/projects/gogengo' # ソケット listen File.expand_path( 'tmp/unicorn.sock', ENV [ 'RAILS_ROOT ']) # ログ stdout_path File.expand_path( 'log/unicorn.stdout.log', ENV [ 'RAILS_ROOT ']) stderr_path File.expand_path( 'log/unicorn.stde...