質問編集履歴
1
調査結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -68,4 +68,13 @@
|
|
68
68
|
</Engine>
|
69
69
|
</Service>
|
70
70
|
</Server>
|
71
|
-
```
|
71
|
+
```
|
72
|
+
|
73
|
+
追記
|
74
|
+
---
|
75
|
+
nginxのerrorlogを確認したところ、下記のメッセージが表示されておりました。
|
76
|
+
|
77
|
+
```ここに言語を入力
|
78
|
+
2016/12/25 05:51:36 [crit] 23591#0: *1 connect() to 127.0.0.1:55580 failed (13: Permission denied) while connecting to upstream, client: xxx.xxx.xxx.xxx, server: http://jira.domain.com, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:55580/", host: "jira.domain.com"
|
79
|
+
```
|
80
|
+
権限周りの観点から引き続き調査実施します。
|