diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tipidee.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/tipidee.conf b/examples/tipidee.conf index c44a015..2e2eb9d 100644 --- a/examples/tipidee.conf +++ b/examples/tipidee.conf @@ -23,6 +23,11 @@ # is larger than N bytes. (does not apply to NPH scripts) # global max_cgi_body_length 4194304 +# If this value is nonzero, tipidee will treat all the files with an +# executable bit for "others" as CGI scripts by default. Can be +# overridden by local noncgi directives. +# global executable_means_cgi 0 + # When the requested URL is a directory, tipideed will serve the first # existing file in this list. (Useful e.g. if you have an index.cgi program.) # index-file index.html |