]> source.dussan.org Git - gitblit.git/commitdiff
Fix char encoding in setup_proxy.mkd 1003/head
authorGlenn Matthys <glenn@webmind.be>
Sun, 17 Jan 2016 21:50:31 +0000 (22:50 +0100)
committerGlenn Matthys <glenn@webmind.be>
Sun, 17 Jan 2016 21:50:31 +0000 (22:50 +0100)
src/site/setup_proxy.mkd

index 4ae89875586904d449e064dc0092b5d87dc8c492..4cf263ddf0834007a6bc2fe37821e874cd895be3 100644 (file)
@@ -46,7 +46,7 @@ ProxyPreserveHost On
 #ProxyPassreverse /gitblit http://localhost:8080/gitblit\r
 \r
 # If your httpd frontend is https but you are proxying http Gitblit WAR or GO\r
-#Header edit Location &#94;http://([&#94;&#8260;]+)/gitblit/ https://&#36;1/gitblit/\r
+#Header edit 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