]> source.dussan.org Git - gitblit.git/commitdiff
when apache terminates https, the Ajax-Location header needs to be rewritten as well 1183/head
authorRainerW <github@inforw.de>
Mon, 23 Jan 2017 18:35:25 +0000 (19:35 +0100)
committerRainerW <github@inforw.de>
Mon, 23 Jan 2017 18:35:25 +0000 (19:35 +0100)
src/site/setup_proxy.mkd

index 4cf263ddf0834007a6bc2fe37821e874cd895be3..3d62832940daeba024ba7cd544249d1097dea61b 100644 (file)
@@ -47,6 +47,7 @@ ProxyPreserveHost On
 \r
 # If your httpd frontend is https but you are proxying http Gitblit WAR or GO\r
 #Header edit Location ^http://([^/]+)/gitblit/ https://$1/gitblit/\r
+#Header edit Ajax-Location ^http://([^/]+)/gitblit/ https://$1/gitblit/\r
 \r
 # Additionally you will want to tell Gitblit the original scheme and port\r
 #RequestHeader set X-Forwarded-Proto https\r