diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-07-03 14:14:31 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:53 +0100 |
commit | c760d7c9bd14d7e56ae1553a0b3c4a1258448686 (patch) | |
tree | e60a35310a2a9f120a5c3e769ea862e950d322f5 /spacebeans.conf.example | |
parent | ab4a5268bd2971a364bf026aede2cb50c885a03d (diff) | |
download | spacebeans-c760d7c9bd14d7e56ae1553a0b3c4a1258448686.tar.gz spacebeans-c760d7c9bd14d7e56ae1553a0b3c4a1258448686.zip |
CGI support
Diffstat (limited to 'spacebeans.conf.example')
-rw-r--r-- | spacebeans.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacebeans.conf.example b/spacebeans.conf.example index 96e9d08..9e92d45 100644 --- a/spacebeans.conf.example +++ b/spacebeans.conf.example @@ -33,7 +33,7 @@ virtual-hosts = [ // important: directory's path is relative to the root // // directories = [ - // { path = "relative/path/", directory-listing = true } + // { path = "relative/path/", directory-listing = true, allow-cgi = false } // ] // user directory support |