Enable gitweb
authorAlex Dehnert <adehnert@mit.edu>
Sat, 8 Dec 2012 13:20:18 +0000 (08:20 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Sat, 8 Dec 2012 13:20:18 +0000 (08:20 -0500)
conf.d/gitweb [new file with mode: 0644]

diff --git a/conf.d/gitweb b/conf.d/gitweb
new file mode 100644 (file)
index 0000000..ef91603
--- /dev/null
@@ -0,0 +1,6 @@
+Alias /gitweb /usr/share/gitweb
+
+<Directory /usr/share/gitweb>
+  Options FollowSymLinks +ExecCGI
+  AddHandler cgi-script .cgi
+</Directory>