Clarify fastly configuration is optional

remotes/origin/bin-rhel65
Raul Ochoa 10 years ago
parent c06cba81f4
commit 8e8ab09bec

@ -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,

@ -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,

@ -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,

@ -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,

Loading…
Cancel
Save