-
Type:
Suggestion
-
Resolution: Answered
-
None
-
Component/s: Documentation - All
-
None
Integration JIRA with Apache with 'blank' context path. User proposed that this appears to work in httpd.conf. For example:
<Proxy *> Order deny,allow Allow from all </Proxy> SSLProxyEngine on ProxyRequests Off ProxyPreserveHost On <Location /> ProxyPass https://jira.mycompany.com:8443/ ProxyPassReverse https://jira.mycompany.com:8443/ </Location>