回答編集履歴
2
日本語のリソースも追加。
test
CHANGED
@@ -33,3 +33,5 @@
|
|
33
33
|
|
34
34
|
|
35
35
|
Ref: [https://confluence.atlassian.com/kb/integrating-apache-http-server-reverse-proxy-with-jira-753894357.html](https://confluence.atlassian.com/kb/integrating-apache-http-server-reverse-proxy-with-jira-753894357.html)
|
36
|
+
|
37
|
+
[https://ja.confluence.atlassian.com/jirakb/integrating-jira-with-nginx-426115340.html](https://ja.confluence.atlassian.com/jirakb/integrating-jira-with-nginx-426115340.html)
|
1
ダブルクォートを修正。
test
CHANGED
@@ -12,15 +12,15 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
-
<Connector port=“55580
|
15
|
+
<Connector port=“55580"
|
16
16
|
|
17
17
|
.....
|
18
18
|
|
19
|
-
proxyName="jira.domain.com
|
19
|
+
proxyName="jira.domain.com"
|
20
20
|
|
21
|
-
proxyPort=
|
21
|
+
proxyPort="80"
|
22
22
|
|
23
|
-
schema=
|
23
|
+
schema="http"
|
24
24
|
|
25
25
|
../>
|
26
26
|
|