summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf
index 5e97cd2..81da39b 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -115,6 +115,14 @@
<plugin>cgi</plugin>
<target>/home/ernie/code/webserver/cgi-bin</target>
</path>
+ <path requested="/cgit">
+ <plugin>cgi</plugin>
+ <target>/usr/lib/cgit/cgit.cgi</target>
+ </path>
+ <path requested="/cgit-css">
+ <plugin>static-files</plugin>
+ <target>/usr/share/cgit</target>
+ </path>
<certpath>/home/ernie/code/webserver/cert.pem</certpath>
<keypath>/home/ernie/code/webserver/key.pem</keypath>
</site>