From 91690b59663b89bbc3d8c7febe2b046de1424672 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 7 Mar 2025 19:15:31 +0800 Subject: fix(git): public/private repo problem, enable cgit for private. --- services/docker/git-server/lighttpd-wrapper.bash | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 services/docker/git-server/lighttpd-wrapper.bash (limited to 'services/docker/git-server/lighttpd-wrapper.bash') diff --git a/services/docker/git-server/lighttpd-wrapper.bash b/services/docker/git-server/lighttpd-wrapper.bash deleted file mode 100755 index a33015a..0000000 --- a/services/docker/git-server/lighttpd-wrapper.bash +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/bash - -set -e - -touch -a /git/user-info - -exec 3>&1 -exec lighttpd -D -f /app/git-lighttpd.conf -- cgit v1.2.3