aboutsummaryrefslogtreecommitdiff
path: root/docker/git-server/lighttpd-wrapper
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-19 01:55:29 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-19 01:57:24 +0800
commit29bf91b8f57ec28492bb882d9f4d38fb12c9519a (patch)
tree8eb12e9eca946a66079ffa07369949394faaeefe /docker/git-server/lighttpd-wrapper
parentac21570aa3468a316b747cfbd8241ccdfe6039b3 (diff)
downloadcrupest-29bf91b8f57ec28492bb882d9f4d38fb12c9519a.tar.gz
crupest-29bf91b8f57ec28492bb882d9f4d38fb12c9519a.tar.bz2
crupest-29bf91b8f57ec28492bb882d9f4d38fb12c9519a.zip
feat(git-server): add git server.
Diffstat (limited to 'docker/git-server/lighttpd-wrapper')
-rwxr-xr-xdocker/git-server/lighttpd-wrapper3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/git-server/lighttpd-wrapper b/docker/git-server/lighttpd-wrapper
new file mode 100755
index 0000000..f071c13
--- /dev/null
+++ b/docker/git-server/lighttpd-wrapper
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 3>&1
+lighttpd -D -f /app/git-lighttpd.conf