Skip to content

Commit fa8e377

Browse files
committed
Merge pull request gitblit-org#1003 from RedShift1/ticket-#997-doc-char-encoding
Fix char encoding in setup_proxy.mkd
2 parents 1607b9f + 5f3ea6e commit fa8e377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/setup_proxy.mkd

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ProxyPreserveHost On
4646
#ProxyPassreverse /gitblit http://localhost:8080/gitblit
4747
4848
# If your httpd frontend is https but you are proxying http Gitblit WAR or GO
49-
#Header edit Location ^http://([^⁄]+)/gitblit/ https://$1/gitblit/
49+
#Header edit Location ^http://([^/]+)/gitblit/ https://$1/gitblit/
5050
5151
# Additionally you will want to tell Gitblit the original scheme and port
5252
#RequestHeader set X-Forwarded-Proto https

0 commit comments

Comments
 (0)