From 48eaa79231dfeb642d84737bc95e37dbd0d7161f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 15 Oct 2013 11:48:35 +0200 Subject: SONAR-4675 change order of AJP/HTTPS properties in conf/sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sonar-application') 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= -- cgit v1.2.3