diff options
author | gennyble <gen@nyble.dev> | 2025-03-16 04:44:05 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-16 04:44:05 -0500 |
commit | 26aac34fdf0b76f33b11e00cb2ec4c5f2b757af1 (patch) | |
tree | bd87aaa024ade9ea01e0681d1930658b4075b279 /corgi.conf | |
parent | a6edce3fa4c6b3c80047a072175eccefa81e7f58 (diff) | |
download | corgi-26aac34fdf0b76f33b11e00cb2ec4c5f2b757af1.tar.gz corgi-26aac34fdf0b76f33b11e00cb2ec4c5f2b757af1.zip |
debugging
Diffstat (limited to 'corgi.conf')
-rw-r--r-- | corgi.conf | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/corgi.conf b/corgi.conf index fb3e7ad..207acc7 100644 --- a/corgi.conf +++ b/corgi.conf @@ -1,3 +1,17 @@ -Script /usr/lib/cgit/cgit.cgi +Server + Port 26744 + +Script git-backend + Path /usr/lib/git-core/git-http-backend + Match + Regex /.+/(info/refs|git-upload-pack) + Environment + GIT_HTTP_EXPORT_ALL 1 + GIT_PROJECT_ROOT /srv/git + HOME /srv/git + HTTP_HOST git.nyble.dev + +Script cgit + Path /usr/lib/cgit/cgit.cgi Environment HTTP_HOST git.nyble.dev \ No newline at end of file |