回答編集履歴

2

日本語のリソースも追加。

2016/12/24 05:25

投稿

suama
suama

スコア1997

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

ダブルクォートを修正。

2016/12/24 05:25

投稿

suama
suama

スコア1997

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=80
21
+ proxyPort="80"
22
22
 
23
- schema=http"
23
+ schema="http"
24
24
 
25
25
  ../>
26
26