summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-01-06 19:06:37 +0100
committerRoland Reichwein <mail@reichwein.it>2022-01-06 19:06:37 +0100
commit491e246f65ddb4ec7d0e810f47b7db537be4c382 (patch)
treeed2922e7f5b31b776e25f0c7aa1c360b3b054f6a /webserver.conf
parent501d04c22e76152da8ff009d3a9b017fc75e8dcc (diff)
Bugfix for CGI: Process readv1.16
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>