回答編集履歴
1
Rubyのコードなので、指定
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__)
|