summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2016-01-17 17:13:13 -0500
committerJames Moger <james.moger@gmail.com>2016-01-17 17:13:13 -0500
commitfa8e377be9caf584ac3537cbb55e467e9da1bfbf (patch)
treec99409ae389497920d24de838650d42b8a45065e
parent1607b9f90face68eecd5df3e8e7677ba1f22e1e7 (diff)
parent5f3ea6e71a39dfc09cdb85a055425802168b34b3 (diff)
downloadgitblit-fa8e377be9caf584ac3537cbb55e467e9da1bfbf.tar.gz
gitblit-fa8e377be9caf584ac3537cbb55e467e9da1bfbf.zip
Merge pull request #1003 from RedShift1/ticket-#997-doc-char-encoding
Fix char encoding in setup_proxy.mkd
-rw-r--r--src/site/setup_proxy.mkd2
1 files changed, 1 insertions, 1 deletions
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 &#94;http://([&#94;&#8260;]+)/gitblit/ https://&#36;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