From 4d7e6a4b18528c17161b3217ee66f10583c9b626 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sat, 13 Jun 2026 02:37:39 +0200 Subject: fix: use correct clone URL --- services/cgit/examples/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/cgit/examples') diff --git a/services/cgit/examples/cgitrc b/services/cgit/examples/cgitrc index 3827839..56e4e12 100644 --- a/services/cgit/examples/cgitrc +++ b/services/cgit/examples/cgitrc @@ -42,7 +42,7 @@ repository-sort=age remove-suffix=1 max-stats=year snapshots=tar.gz zip -clone-url=http://localhost:8080/$CGIT_REPO_URL +clone-url=https://git.localhost/$CGIT_REPO_URL readme=:readme.md # This setting must be set last because settings set after repos are scanned are not applied scan-path=/srv/git -- cgit v1.3.1