From 85e8b6b09771ee07f2f28eb4d8b3d74a6232e7d3 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 27 Jul 2011 08:08:06 -0400 Subject: [PATCH] Documentation and prepare 0.5.2 release. --- distrib/gitblit.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 73a1747..73516d4 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -282,16 +282,20 @@ server.useNio = true # Standard http port to serve. <= 0 disables this connector. +# On Unix/Linux systems, ports < 1024 require root permissions. +# Recommended value: 80 or 8080 # # SINCE 0.5.0 # RESTART REQUIRED server.httpPort = 0 # Secure/SSL https port to serve. <= 0 disables this connector. +# On Unix/Linux systems, ports < 1024 require root permissions. +# Recommended value: 443 or 8443 # # SINCE 0.5.0 # RESTART REQUIRED -server.httpsPort = 443 +server.httpsPort = 8443 # Specify the interface for Jetty to bind the standard connector. # You may specify an ip or an empty value to bind to all interfaces. -- Gitblit v1.9.1