Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/filterserver/manifests/init.pp

Issue 29418676: Noissue - Minified version for easylist (Closed)
Patch Set: Created April 20, 2017, 9:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -43,7 +43,10 @@
is_default => $is_default,
certificate => 'easylist-downloads.adblockplus.org_sslcert.pem',
private_key => 'easylist-downloads.adblockplus.org_sslcert.key',
- log => 'access_log_easylist_downloads'
+ log => 'access_log_easylist_downloads',
+ global_config => join([
+ 'proxy_cache_path /var/cache/nginx/proxy levels=1 keys_zone=filters:1m;',
+ ], "\n"),
}
file {'/home/rsync/.ssh':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld