Skip to content

Commit 8ae899a

Browse files
committed
when apache terminates https, the Ajax-Location header needs to be rewritten as well
1 parent 52869d4 commit 8ae899a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/site/setup_proxy.mkd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ProxyPreserveHost On
4747
4848
# If your httpd frontend is https but you are proxying http Gitblit WAR or GO
4949
#Header edit Location ^http://([^/]+)/gitblit/ https://$1/gitblit/
50+
#Header edit Ajax-Location ^http://([^/]+)/gitblit/ https://$1/gitblit/
5051
5152
# Additionally you will want to tell Gitblit the original scheme and port
5253
#RequestHeader set X-Forwarded-Proto https

0 commit comments

Comments
 (0)