質問編集履歴
3
フォーマット修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -54,7 +54,8 @@
|
|
54
54
|
}
|
55
55
|
}
|
56
56
|
```
|
57
|
+
|
57
|
-
```SpringBoot
|
58
|
+
```SpringBoot
|
58
59
|
server.port=8080(変更せず)
|
59
60
|
```
|
60
61
|
|
2
フォーマット修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
502エラーとなり、バックエンドに接続できません。
|
10
10
|
|
11
11
|
```
|
12
|
-
|
12
|
+
nginx_1 | 2019/11/18 00:10:15 [error] 7#7: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.128.1, server: , request: "POST /api/authentication/uuid HTTP/1.1", upstream: "http://127.0.0.1:8080/api/authentication/uuid", host: "backend", referrer: "http://localhost:3000/"
|
13
13
|
nginx_1 | 2019/11/18 00:10:15 [warn] 7#7: *7 upstream server temporarily disabled while connecting to upstream, client: 192.168.128.1, server: , request: "POST /api/authentication/uuid HTTP/1.1", upstream: "http://127.0.0.1:8080/api/authentication/uuid", host: "backend", referrer: "http://localhost:3000/"
|
14
14
|
|
15
15
|
|
1
ログの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,10 +9,10 @@
|
|
9
9
|
502エラーとなり、バックエンドに接続できません。
|
10
10
|
|
11
11
|
```
|
12
|
-
2019/11/
|
13
|
-
nginx_1
|
14
|
-
| 2019/11/17 23:48:36 [warn] 7#7: *2 upstream server temporarily disabled while connecting to upstream, client: 192.168.128.1, server: , request: "POST /api/authentication/uuid HTTP/1.1", upstream: "http://127.0.0.1:8080/api/authentication/uuid", host: "localhost", referrer: "http://localhost:3000/"
|
12
|
+
nginx_1 | 2019/11/18 00:10:15 [error] 7#7: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.128.1, server: , request: "POST /api/authentication/uuid HTTP/1.1", upstream: "http://127.0.0.1:8080/api/authentication/uuid", host: "backend", referrer: "http://localhost:3000/"
|
13
|
+
nginx_1 | 2019/11/18 00:10:15 [warn] 7#7: *7 upstream server temporarily disabled while connecting to upstream, client: 192.168.128.1, server: , request: "POST /api/authentication/uuid HTTP/1.1", upstream: "http://127.0.0.1:8080/api/authentication/uuid", host: "backend", referrer: "http://localhost:3000/"
|
15
14
|
|
15
|
+
|
16
16
|
```
|
17
17
|
|
18
18
|
### 該当のソースコード
|