Clarify fastly configuration is optional

This commit is contained in:
Raul Ochoa 2015-04-27 16:28:28 +02:00
parent c06cba81f4
commit 8e8ab09bec
4 changed files with 4 additions and 4 deletions

View File

@ -180,7 +180,7 @@ var config = {
ttl: 86400,
layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses
}
// this configuration enables invalidating by surrogate key in fastly
// this [OPTIONAL] configuration enables invalidating by surrogate key in fastly
,fastly: {
// whether the invalidation is enabled or not
enabled: false,

View File

@ -174,7 +174,7 @@ var config = {
ttl: 86400,
layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses
}
// this configuration enables invalidating by surrogate key in fastly
// this [OPTIONAL] configuration enables invalidating by surrogate key in fastly
,fastly: {
// whether the invalidation is enabled or not
enabled: false,

View File

@ -174,7 +174,7 @@ var config = {
ttl: 86400,
layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses
}
// this configuration enables invalidating by surrogate key in fastly
// this [OPTIONAL] configuration enables invalidating by surrogate key in fastly
,fastly: {
// whether the invalidation is enabled or not
enabled: false,

View File

@ -176,7 +176,7 @@ var config = {
ttl: 86400,
layergroupTtl: 86400 // the max-age for cache-control header in layergroup responses
}
// this configuration enables invalidating by surrogate key in fastly
// this [OPTIONAL] configuration enables invalidating by surrogate key in fastly
,fastly: {
// whether the invalidation is enabled or not
enabled: false,