Amend WEBrick default headers documentation

This commit is contained in:
Michaël Guitton 2016-06-03 10:48:32 +02:00
parent 899316f401
commit 59bd2587df
1 changed files with 5 additions and 4 deletions

View File

@ -383,7 +383,7 @@ before your site is served.
</p> </p>
</div> </div>
## Custom WEBRick Headers ## Custom WEBrick Headers
You can provide custom headers for your site by adding them to `_config.yml` You can provide custom headers for your site by adding them to `_config.yml`
@ -397,9 +397,10 @@ webrick:
### Defaults ### Defaults
We only provide one default and that's a Cache-Control header that disables We provide by default `Content-Type` and `Cache-Control` response headers: one
caching in development so that you don't have to fight with Chrome's aggressive dynamic in order to specify the nature of the data being served, the other
caching when you are in development mode. static in order to disable caching so that you don't have to fight with Chrome's
aggressive caching when you are in development mode.
## Specifying a Jekyll environment at build time ## Specifying a Jekyll environment at build time