diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-18 15:07:33 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-18 15:07:33 +0200 |
commit | 5400eaea898bcf6526d5c18fa8c274ee51081002 (patch) | |
tree | 437d91f177860bcca2f0900bb4018dfc15b35c21 /webserver.conf | |
parent | 39bd177bdb80c24e73f7cf3db4239e55e13eb152 (diff) |
CGI interface
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 5 |
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> |