summaryrefslogtreecommitdiffstats
path: root/distrib/gitblit.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-02-09 17:13:12 -0500
committerJames Moger <james.moger@gitblit.com>2012-02-09 17:13:12 -0500
commit4b9d645571ec49e61a7ac4d0056dacf9c7b282b3 (patch)
treedddc73502f473a443a0594d66f5e9494de9a17c9 /distrib/gitblit.properties
parente7883877a98dfcae3f75f1c1a562120d89aed22a (diff)
downloadgitblit-4b9d645571ec49e61a7ac4d0056dacf9c7b282b3.tar.gz
gitblit-4b9d645571ec49e61a7ac4d0056dacf9c7b282b3.zip
Added AJP connector and some documentation on how to use it (issue 59)
Diffstat (limited to 'distrib/gitblit.properties')
-rw-r--r--distrib/gitblit.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 0f7f7286..fb911237 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -623,6 +623,14 @@ server.httpPort = 0
# RESTART REQUIRED
server.httpsPort = 8443
+# Port for serving an Apache JServ Protocol (AJP) 1.3 connector for integrating
+# Gitblit GO into an Apache HTTP server setup. <= 0 disables this connector.
+# Recommended value: 8009
+#
+# SINCE 0.9.0
+# RESTART REQUIRED
+server.ajpPort = 0
+
# Specify the interface for Jetty to bind the standard connector.
# You may specify an ip or an empty value to bind to all interfaces.
# Specifying localhost will result in Gitblit ONLY listening to requests to
@@ -641,6 +649,15 @@ server.httpBindInterface = localhost
# RESTART REQUIRED
server.httpsBindInterface = localhost
+# Specify the interface for Jetty to bind the AJP connector.
+# You may specify an ip or an empty value to bind to all interfaces.
+# Specifying localhost will result in Gitblit ONLY listening to requests to
+# localhost.
+#
+# SINCE 0.9.0
+# RESTART REQUIRED
+server.ajpBindInterface = localhost
+
# Password for SSL keystore.
# Keystore password and certificate password must match.
# This is provided for convenience, its probably more secure to set this value