質問編集履歴
2
ログの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -29,6 +29,12 @@
|
|
29
29
|
```
|
30
30
|
|
31
31
|
ActionController::RoutingError (No route matches [GET] "(画像名)"):
|
32
|
+
|
33
|
+
```
|
34
|
+
|
35
|
+
```
|
36
|
+
|
37
|
+
2020/11/23 15:06:33 [crit] 3700#0: *16 connect() to unix:/var/www/アプリ名/tmp/sockets/puma.sock failed (2: No such file or directory) while connecting to upstream, client: 81.88.214.242, server: ドメイン名, request: "GET / HTTP/1.1", upstream: "http://unix:/var/www/アプリ名/tmp/sockets/puma.sock:/", host: "54.248.125.149:80"
|
32
38
|
|
33
39
|
```
|
34
40
|
|
1
ログの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
###
|
11
|
+
### エラーメッセージ
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -17,6 +17,18 @@
|
|
17
17
|
We're sorry, but something went wrong.
|
18
18
|
|
19
19
|
If you are the application owner check the logs for more information.
|
20
|
+
|
21
|
+
```
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
### ログ
|
26
|
+
|
27
|
+
唯一見つけられたエラー内容がこちらになります。
|
28
|
+
|
29
|
+
```
|
30
|
+
|
31
|
+
ActionController::RoutingError (No route matches [GET] "(画像名)"):
|
20
32
|
|
21
33
|
```
|
22
34
|
|