質問するログイン新規登録

回答編集履歴

1

Rubyのコードなので、指定

2015/08/11 13:31

投稿

退会済みユーザー
answer CHANGED
@@ -1,6 +1,6 @@
1
1
  `config/unicorn.rb`には下記のように書かれているはずです。
2
2
 
3
- ```
3
+ ```ruby
4
4
  worker_processes 2
5
5
 
6
6
  stderr_path File.expand_path('../../log/unicorn/stderr.log', __FILE__)