diff options
author | James Moger <james.moger@gmail.com> | 2017-01-23 13:56:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 13:56:24 -0500 |
commit | 651b9980f5b8664939b91674252d0dfdc754fed2 (patch) | |
tree | e3a8590c535f439f5bb32548c916ad00eee64562 | |
parent | 52869d49e6901dd74f740ccc24fb5d81a7deae20 (diff) | |
parent | 8ae899ac193a5864d6bfb17bc999a9099de3bd7b (diff) | |
download | gitblit-651b9980f5b8664939b91674252d0dfdc754fed2.tar.gz gitblit-651b9980f5b8664939b91674252d0dfdc754fed2.zip |
Merge pull request #1183 from RainerW/fixApacheProxySample
Documentation update : "behind apache" also edit "Ajax-Location" header
-rw-r--r-- | src/site/setup_proxy.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/setup_proxy.mkd b/src/site/setup_proxy.mkd index 4cf263dd..3d628329 100644 --- a/src/site/setup_proxy.mkd +++ b/src/site/setup_proxy.mkd @@ -47,6 +47,7 @@ ProxyPreserveHost On # If your httpd frontend is https but you are proxying http Gitblit WAR or GO
#Header edit Location ^http://([^/]+)/gitblit/ https://$1/gitblit/
+#Header edit Ajax-Location ^http://([^/]+)/gitblit/ https://$1/gitblit/
# Additionally you will want to tell Gitblit the original scheme and port
#RequestHeader set X-Forwarded-Proto https
|