aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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