Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx configuration fails to load the SonarQube navigation bar after upgrade to 5.6 version #25

Closed
SachinKSingh28 opened this issue Nov 7, 2016 · 3 comments

Comments

@SachinKSingh28
Copy link
Contributor

This issue is also mentioned in the adop-sonar pull request to upgrade SonarQube.

Accenture/adop-sonar#11

This issue is basically due to the kibana proxy rule in sites-enabled file.

location ~* /bundles/.* { proxy_pass http://kibana:5601; }

@m4m51m
Copy link

m4m51m commented Dec 11, 2016

Change location /sonar to location ^~ /sonar solves the issue (see #29)

mlushpenko pushed a commit to mlushpenko/adop-nginx that referenced this issue Aug 28, 2017
@mlushpenko
Copy link

Confirming that issue is solved

@svscorp
Copy link
Contributor

svscorp commented Oct 5, 2017

Fixed in #29

@svscorp svscorp closed this as completed Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants