From a56299c15302e82c89595d7ed0f4770536362b6a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 Apr 2024 12:03:12 +0000 Subject: Prepare for 0.0.5.0; accept "" as empty extension for content-type Signed-off-by: Laurent Bercot --- doc/tipidee.conf.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/tipidee.conf.html') diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index 17c1a4f..d33a05e 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -499,6 +499,8 @@ to clients with the Content-Type: type header.
  • Extensions must be listed with their initial dot.
  • Example: content-type text/html .html .htm means that files ending in .html or .htm should be served as text/html. +
  • As a special case, content-type some/thing "" means that files without an +extension should be served as some/thing.
  • tipidee already comes with a large list of default Content-Type mappings; this directive should only be necessary if you're -- cgit v1.3.1