-1
我無法通過反向代理獲取https。從https到http似乎提供了難度。這裏是配置。SonarQube反向代理配置
ProxyPass /sonar2 http://server:8998
ProxyPassReverse /sonar2 http://server:8998/sonar2
<Proxy http://server:8998/*>
Order deny,allow
Allow from all
ErrorDocument 503 /error/sonar/503/index.html
</Proxy>
<Location /sonar>
ErrorDocument 503 /error/sonar/503/index.html
</Location>