aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-05 07:48:03 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-05 07:48:03 +0000
commita7832523b7e309b5e160e1aff0db98d9ad23004b (patch)
tree56cadf60877b5d75d3f89a23cf542076be46fa23
parentf0b2ad1b2023bc04f3add106c63533d19b878d78 (diff)
downloadtipidee-a7832523b7e309b5e160e1aff0db98d9ad23004b.tar.gz
version: 0.0.6.0v0.0.6.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--examples/tipidee.conf11
1 files changed, 9 insertions, 2 deletions
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