summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-18 15:07:33 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-18 15:07:33 +0200
commit5400eaea898bcf6526d5c18fa8c274ee51081002 (patch)
tree437d91f177860bcca2f0900bb4018dfc15b35c21 /webserver.conf
parent39bd177bdb80c24e73f7cf3db4239e55e13eb152 (diff)
CGI interface
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf
index a617102..1a5f5c8 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -32,6 +32,11 @@
<WEBBOX_READONLY>0</WEBBOX_READONLY>
<auth login="abc" password="def"/>
</path>
+ <path requested="/cgi-bin">
+ <plugin>cgi</plugin>
+ <target>/home/ernie/code/webserver/cgi-bin</target>
+ <auth login="abc" password="def"/>
+ </path>
<certpath>/home/ernie/code/webserver/fullchain.pem</certpath>
<keypath>/home/ernie/code/webserver/privkey.pem</keypath>
</site>