Pick fastly config for server options

remotes/origin/bin-rhel65
Raul Ochoa 10 years ago
parent a5b9ca706c
commit ad5514dd02

@ -88,6 +88,7 @@ module.exports = function(redisPool) {
varnish_http_port: global.environment.varnish.http_port,
varnish_secret: global.environment.varnish.secret,
varnish_purge_enabled: global.environment.varnish.purge_enabled,
fastly: global.environment.fastly || {},
cache_enabled: global.environment.cache_enabled,
log_format: global.environment.log_format,
useProfiler: global.environment.useProfiler

Loading…
Cancel
Save