소스 검색

Fix char encoding in setup_proxy.mkd

tags/v1.8.0
Glenn Matthys 8 년 전
부모
커밋
5f3ea6e71a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/site/setup_proxy.mkd

+ 1
- 1
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

Loading…
취소
저장