teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

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

2016/12/24 05:25

投稿

suama
suama

スコア1997

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

ダブルクォートを修正。

2016/12/24 05:25

投稿

suama
suama

スコア1997

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=80
11
+ proxyPort="80"
12
- schema=http"
12
+ schema="http"
13
13
  ../>
14
14
  ```
15
15