James Moger
2016-01-17 fa8e377be9caf584ac3537cbb55e467e9da1bfbf
Merge pull request #1003 from RedShift1/ticket-#997-doc-char-encoding

Fix char encoding in setup_proxy.mkd
1 files modified
2 ■■■ changed files
src/site/setup_proxy.mkd 2 ●●● patch | view | raw | blame | history
src/site/setup_proxy.mkd
@@ -46,7 +46,7 @@
#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