mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
Amend WEBrick default headers documentation
This commit is contained in:
@@ -383,7 +383,7 @@ before your site is served.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## Custom WEBRick Headers
|
||||
## Custom WEBrick Headers
|
||||
|
||||
You can provide custom headers for your site by adding them to `_config.yml`
|
||||
|
||||
@@ -397,9 +397,10 @@ webrick:
|
||||
|
||||
### Defaults
|
||||
|
||||
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.
|
||||
We provide by default `Content-Type` and `Cache-Control` response headers: one
|
||||
dynamic in order to specify the nature of the data being served, the other
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user