我一直在像这样使用 apache/sonar。
<Proxy http://localhost:7070/sonar*>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /sonar http://localhost:7070/sonar nocanon
ProxyPassReverse /sonar http://localhost:7070/sonar
ProxyPassReverse /sonar http://mycompany.com/sonar
我已经能够通过 来提供服务http://mycompany.com/sonar
。
SonarQube 5.4放弃了自定义 Web 应用上下文的能力。
http://sonar.mycompany.com
我没有这个选项。我该如何实现?