From d23cd896d4fde33b5e323ec84af1c1472c59c461 Mon Sep 17 00:00:00 2001
From: CoprDistGit <infra@openeuler.org>
Date: Mon, 5 Aug 2024 02:05:39 +0000
Subject: automatic import of git

---
 gitweb-httpd.conf | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 gitweb-httpd.conf

(limited to 'gitweb-httpd.conf')

diff --git a/gitweb-httpd.conf b/gitweb-httpd.conf
new file mode 100644
index 0000000..4f4eac7
--- /dev/null
+++ b/gitweb-httpd.conf
@@ -0,0 +1,7 @@
+Alias /git /var/www/git
+
+<Directory /var/www/git>
+  Options +ExecCGI
+  AddHandler cgi-script .cgi
+  DirectoryIndex gitweb.cgi
+</Directory>
-- 
cgit v1.2.3