回答編集履歴
2
日本語のリソースも追加。
answer
CHANGED
@@ -15,4 +15,5 @@
|
|
15
15
|
|
16
16
|
もしよかったらお試しください。
|
17
17
|
|
18
|
-
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)
|
18
|
+
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)
|
19
|
+
[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
ダブルクォートを修正。
answer
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
(JIRA6, Confluence5.xしか経験がないのですが、<Engine/>のところや<Host/>のところについては設定した覚えがなかったです...)
|
6
6
|
|
7
7
|
```
|
8
|
-
<Connector port=“55580
|
8
|
+
<Connector port=“55580"
|
9
9
|
.....
|
10
|
-
proxyName="jira.domain.com
|
10
|
+
proxyName="jira.domain.com"
|
11
|
-
proxyPort=
|
11
|
+
proxyPort="80"
|
12
|
-
schema=
|
12
|
+
schema="http"
|
13
13
|
../>
|
14
14
|
```
|
15
15
|
|