diff options
Diffstat (limited to 'usr/local/etc/cgitrc')
| -rw-r--r-- | usr/local/etc/cgitrc | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/usr/local/etc/cgitrc b/usr/local/etc/cgitrc index d1686fe..c93c5b1 100644 --- a/usr/local/etc/cgitrc +++ b/usr/local/etc/cgitrc @@ -3,10 +3,12 @@ logo=https://www.53hor.net/assets/53hornet.svg  css=https://www.53hor.net/includes/cgit.css  root-title=index : git.53hor.net  root-desc=The source code repositories of Adam Carpenter (53hornet) +virtual-root=/ +repository-sort=age  logo-link=/  enable-blame=1  enable-commit-graph=1 -clone-url=http://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL +clone-url=https://$HTTP_HOST/$CGIT_REPO_URL  enable-http-clone=1  snapshots=tar.xz zip  remove-suffix=1 |