/etc/httpd/conf.d/jira.conf

From Knot Atlas
Jump to: navigation, search
<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyRequests       Off
ProxyPreserveHost On
ProxyPass           /jira       http://localhost:8080/jira
ProxyPassReverse    /jira       http://localhost:8080/jira
ProxyPass           /fisheye       http://localhost:8090/fisheye
ProxyPassReverse    /fisheye       http://localhost:8090/fisheye