質問編集履歴
1
パスの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
bundler: failed to load command: unicorn_rails (/home/ec2-user/.rbenv/versions/2.5.8/bin/unicorn_rails)
|
34
34
|
|
35
|
-
ArgumentError: config_file=config/unicorn.rb would not be accessible in working_directory=/var/www/
|
35
|
+
ArgumentError: config_file=config/unicorn.rb would not be accessible in working_directory=/var/www/current
|
36
36
|
|
37
37
|
/home/ec2-user/.rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/unicorn-5.4.1/lib/unicorn/configurator.rb:592:in `working_directory'
|
38
38
|
|
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
```config/unicorn.rb
|
66
66
|
|
67
|
-
app_path = File.expand_path('../../', __FILE__)
|
67
|
+
app_path = File.expand_path('../../../', __FILE__)
|
68
68
|
|
69
69
|
|
70
70
|
|