diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-15 11:48:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-15 12:06:25 +0200 |
commit | 48eaa79231dfeb642d84737bc95e37dbd0d7161f (patch) | |
tree | 1c8829729639db93d45644ff738e15bf2ff63820 /sonar-application | |
parent | eaecd1dd9be703e44374aaa2199564314363c380 (diff) | |
download | sonarqube-48eaa79231dfeb642d84737bc95e37dbd0d7161f.tar.gz sonarqube-48eaa79231dfeb642d84737bc95e37dbd0d7161f.zip |
SONAR-4675 change order of AJP/HTTPS properties in conf/sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 66afe8c0e93..a663a5df2fa 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -96,12 +96,12 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 # TCP port for incoming HTTP connections. Disabled when value is -1. #sonar.web.port=9000 -# TCP port for incoming HTTPS connections. Disabled when value is -1 (default). -#sonar.web.https.port=-1 - # TCP port for AJP 1.3 protocol. Disabled when value is -1 (default). #sonar.web.ajp.port=-1 +# TCP port for incoming HTTPS connections. Disabled when value is -1 (default). +#sonar.web.https.port=-1 + # HTTPS - the alias used to for the server certificate in the keystore. # If not specified the first key read in the keystore is used. #sonar.web.https.keyAlias= |