From 0cab505405d61922e07096f97159838584d3787d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Nov 2023 03:31:54 +0000 Subject: Prepare for 0.0.2.0. Add global executable_means_cgi config directive. Signed-off-by: Laurent Bercot --- examples/tipidee.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3