From: Glenn Matthys Date: Sun, 17 Jan 2016 21:50:31 +0000 (+0100) Subject: Fix char encoding in setup_proxy.mkd X-Git-Tag: v1.8.0~22^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f3ea6e71a39dfc09cdb85a055425802168b34b3;p=gitblit.git Fix char encoding in setup_proxy.mkd --- diff --git a/src/site/setup_proxy.mkd b/src/site/setup_proxy.mkd index 4ae89875..4cf263dd 100644 --- a/src/site/setup_proxy.mkd +++ b/src/site/setup_proxy.mkd @@ -46,7 +46,7 @@ ProxyPreserveHost On #ProxyPassreverse /gitblit http://localhost:8080/gitblit # 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 Location ^http://([^/]+)/gitblit/ https://$1/gitblit/ # Additionally you will want to tell Gitblit the original scheme and port #RequestHeader set X-Forwarded-Proto https