質問編集履歴
1
nginx acccess.log記載
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,6 +23,18 @@
|
|
23
23
|
alert(e); // => "SecurityError the operation is insecure"
|
24
24
|
|
25
25
|
}
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
nginxの /cable へのアクセスが502になっています
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
```acccess.log
|
36
|
+
|
37
|
+
[15/Sep/2021:XX:XX:XX] "GET /cable HTTP/1.1" 502 584 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
|
26
38
|
|
27
39
|
```
|
28
40
|
|