From 899316f40134a69ccb2ace76495174b268cb4223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Guitton?= Date: Thu, 2 Jun 2016 18:43:57 +0200 Subject: [PATCH] Fix inaccurate HTTP response header field name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ยง Custom WEBrick headers default settings Cf. ./lib/jekyll/commands/serve/servlet.rb --- site/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 1ff520de..5fe13ddb 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -397,7 +397,7 @@ webrick: ### Defaults -We only provide one default and that's a Content-Type header that disables +We only provide one default and that's a Cache-Control header that disables caching in development so that you don't have to fight with Chrome's aggressive caching when you are in development mode.