Fix inaccurate HTTP response header field name

§ Custom WEBrick headers default settings
Cf. ./lib/jekyll/commands/serve/servlet.rb
This commit is contained in:
Michaël Guitton 2016-06-02 18:43:57 +02:00
parent e97fd34479
commit 899316f401
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ webrick:
### Defaults ### 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 in development so that you don't have to fight with Chrome's aggressive
caching when you are in development mode. caching when you are in development mode.