We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
Change location /sonar to location ^~ /sonar solves the issue (see #29)
location /sonar
location ^~ /sonar
Sorry, something went wrong.
https://github.com/Accenture/adop-nginx/issues/25
0618f92
Confirming that issue is solved
Fixed in #29
No branches or pull requests
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; }
The text was updated successfully, but these errors were encountered: