aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tipidee.conf
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-24 14:35:44 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-24 14:35:44 +0000
commit1e281512e672fe832317a57cb05df0c965db6d13 (patch)
tree19cdcf9aa0aee03a015feec6fee068512b97ee8e /examples/tipidee.conf
parentbf90fbf8686fe7e0ea9b86fd13457e860a8ab89d (diff)
downloadtipidee-1e281512e672fe832317a57cb05df0c965db6d13.tar.gz
Fix examples
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/tipidee.conf')
-rw-r--r--examples/tipidee.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/tipidee.conf b/examples/tipidee.conf
index a451906..2138400 100644
--- a/examples/tipidee.conf
+++ b/examples/tipidee.conf
@@ -1,9 +1,5 @@
### Global definitions.
-# tipideed verbosity (overridden by the -v option).
-# 0 is quiet, 1 is normal, 2+ is verbose.
-# global verbosity 1
-
# tipideed will exit if the client does not send a new request
# after N milliseconds.
# 0 means no timeout.
@@ -29,7 +25,7 @@
# 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.)
-# global index_file index.html
+# index-file index.html
# tipidee, by default, will log basic information on the requests,
# and the status and Content-Length of its answers.
@@ -39,6 +35,11 @@
# The default mappings should work well for most servers.
# content-type text/html .html .htm
+# You can add custom headers if you like. "weak" means that a CGI script
+# can override them; "strong" means that they will take precedence over
+# whatever a CGI script writes.
+# custom-header weak X-Content-Type-Options nosniff
+
### Definitions for the example.com domain
# domain example.com