From a7832523b7e309b5e160e1aff0db98d9ad23004b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 5 May 2025 07:48:03 +0000 Subject: version: 0.0.6.0 Signed-off-by: Laurent Bercot --- examples/tipidee.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'examples/tipidee.conf') diff --git a/examples/tipidee.conf b/examples/tipidee.conf index c5fdc28..331b57f 100644 --- a/examples/tipidee.conf +++ b/examples/tipidee.conf @@ -66,15 +66,22 @@ # You can also declare that individual scripts are NPH. # nph /cgi-bin/basic.cgi +# If uncommented: every CGI script under that directory that does not +# provide a Content-Length will be served with a chunked Transfer-Encoding. +# autochunk /cgi-bin/ + +# You can also declare that individual scripts should be autochunked. +# autochunk /cgi-bin/infinite-stream.cgi + # You can override the default Content-Type for individual files, # no matter what extension they have. # file-type /README text/plain -# Redirect http://example.com/rickroll to a fan favorite video. +# Redirect https://example.com/rickroll to a fan favorite video. # Make it temporary to avoid revealing the trick in the client. # redirect /rickroll 307 https://www.youtube.com/watch?v=dQw4w9WgXcQ -# Permanently redirect http://example.com/community/foobar... requests +# Permanently redirect https://example.com/community/foobar... requests # to https://example.org/foobar... # redirect /community/ 308 https://example.org -- cgit v1.3.1