diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 6a967ae2c..7e8143a75 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2849,6 +2849,9 @@ Options: \titem{\{accesslog, Path\}} \ind{options!accesslog} File to log accesses using an Apache-like format. No log will be recorded if this option is not specified. + \titem{\{custom\_headers, [ \{Name, Value\}, ...]\}} \ind{options!customheaders} + Indicate custom HTTP headers to be included in all responses. + Default value is: \term{[]} \titem{\{directory\_indices, [Index, ...]\}} \ind{options!directoryindices} Indicate one or more directory index files, similarly to Apache's DirectoryIndex variable. When a web request hits a directory @@ -2886,6 +2889,9 @@ To use this module you must enable it: {".png", "image/png"}, {".jpg", undefined} ]}, + {custom_headers, [{"X-Powered-By", "Erlang/OTP"}, + {"X-Fry", "It's a widely-believed fact!"} + ]}, {default_content_type, "text/html"} ] }, |