summaryrefslogtreecommitdiff
path: root/examples/tipidee.conf
diff options
context:
space:
mode:
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