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

Side by Side Diff: modules/filterserver/files/site.conf

Issue 29409577: Noissue - Minified version for easylist (Closed)
Patch Set: Created April 11, 2017, 12:25 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 root /var/www/easylist; 1 root /var/www/easylist;
2 keepalive_timeout 0; 2 keepalive_timeout 0;
3 charset utf-8; 3 charset utf-8;
4 gzip_static on; 4 gzip_static on;
5 default_type text/plain; 5 default_type text/plain;
6
7 # http://hub.eyeo.com/issues/262
8 location /filters/easylist-min.txt
9 {
10 proxy_cache filters;
11 proxy_cache_key $uri;
12 proxy_cache_lock on;
13 proxy_cache_revalidate on;
14 proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
15 proxy_cache_valid any 60m;
16 proxy_hide_header Content-Disposition;
17 proxy_pass https://cdn.adblockcdn.com;
18 }
19
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld