diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-30 16:42:54 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-31 13:09:07 +0200 |
commit | d6a835473c21084e3864da7f854e5000a4867843 (patch) | |
tree | 9a765bdb7b313a5cfc68ece71df0860ed213e1de /sonar-application | |
parent | 377b5ce229e6bd4c2d326d8e9e6f495a89549b42 (diff) | |
download | sonarqube-d6a835473c21084e3864da7f854e5000a4867843.tar.gz sonarqube-d6a835473c21084e3864da7f854e5000a4867843.zip |
Revert "SONAR-7122 Drop the ability to customize the web app context"
This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7.
SONAR-7494 Reintroduce the web app context
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 61d65a82b08..00f8bde74c6 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -100,6 +100,10 @@ # By default, ports will be used on all IP addresses associated with the server. #sonar.web.host=0.0.0.0 +# Web context. When set, it must start with forward slash (for example /sonarqube). +# The default value is root context (empty value). +#sonar.web.context= + # TCP port for incoming HTTP connections. Disabled when value is -1. #sonar.web.port=9000 |