diff options
author | James Moger <james.moger@gitblit.com> | 2012-02-09 17:13:12 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-02-09 17:13:12 -0500 |
commit | 4b9d645571ec49e61a7ac4d0056dacf9c7b282b3 (patch) | |
tree | dddc73502f473a443a0594d66f5e9494de9a17c9 /docs/04_releases.mkd | |
parent | e7883877a98dfcae3f75f1c1a562120d89aed22a (diff) | |
download | gitblit-4b9d645571ec49e61a7ac4d0056dacf9c7b282b3.tar.gz gitblit-4b9d645571ec49e61a7ac4d0056dacf9c7b282b3.zip |
Added AJP connector and some documentation on how to use it (issue 59)
Diffstat (limited to 'docs/04_releases.mkd')
-rw-r--r-- | docs/04_releases.mkd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 2b64eaed..e82c2741 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -15,6 +15,9 @@ #### additions
+- Added a built-in AJP connector for integrating Gitblit GO into an Apache mod_proxy setup (issue 59)
+ **New:** *server.ajpPort = 0*
+ **New:** *server.ajpBindInterface = localhost*
- On the Repositories page show a bang *!* character in the color swatch of a repository with a working copy (issue 49)
Push requests to these repositories will be rejected.
- On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
|