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

Unified Diff: modules/filterserver/files/site.conf

Issue 29409577: Noissue - Minified version for easylist (Closed)
Patch Set: Created April 11, 2017, 12:25 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/files/site.conf
===================================================================
--- a/modules/filterserver/files/site.conf
+++ b/modules/filterserver/files/site.conf
@@ -3,3 +3,17 @@
charset utf-8;
gzip_static on;
default_type text/plain;
+
+# http://hub.eyeo.com/issues/262
+location /filters/easylist-min.txt
+{
+ proxy_cache filters;
+ proxy_cache_key $uri;
+ proxy_cache_lock on;
+ proxy_cache_revalidate on;
+ proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
+ proxy_cache_valid any 60m;
+ proxy_hide_header Content-Disposition;
+ proxy_pass https://cdn.adblockcdn.com;
+}
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld