From 3fd339cec705a07b7716ba01997c902c6a74cb41 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 24 Sep 2021 23:32:39 -0400 Subject: [PATCH] git: Auto-index git.garbash.com for cheap user-filtering By turning on auto indexing we get user filtering at https://git.garbash.com/$USER/ on the cheap (a.k.a without having to regenerate the stagit-index) --- etc/httpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/httpd.conf b/etc/httpd.conf index c2761e8..61b832b 100644 --- a/etc/httpd.conf +++ b/etc/httpd.conf @@ -27,6 +27,7 @@ server "garbash.com" { server "git.garbash.com" { listen on * tls port 443 root "/git" + directory auto index tls { certificate "/etc/ssl/garbash.com.fullchain.pem" key "/etc/ssl/private/garbash.com.key" -- libgit2 1.1.1