Hello,
I'm trying to prepare a set of development webtools for my company, hosted on a single server. Due to restrictive firewall policies, I'm not able to allow traffic through exotic ports such as 9000. To solve that, I'm trying to use nginx to serve locations /jenkins /sonar /nexus etc. on port 80 through nginx's proxy functionality.
However, it seems that Sonar didn't play well with being placed in a location. This is how it looks currently when viewed from the /sonar location on :
http://i.share.pho.to/147f0de5_o.png . It's probably due to it being unable to find css in /sonar/css and trying to use /css instead.
In this SO question author had a similar problem and used
sonar.web.context=/sonar parameter to solve his issue. However, I couldn't find that parameter in my sonar.properties to uncomment and when I added it by hand, it doesn't seem to work.
Any suggestions? I'm using Sonarqube 5.4 on RHEL 7.2.