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

Unified Diff: modules/filterserver/files/easylist-downloads.adblockplus.org

Issue 9545004: Merged easylist-downloads and easylist-msie configurations (Closed)
Patch Set: Created March 4, 2013, 8:15 a.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 | modules/filterserver/files/inc.easylist-downloads » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/files/easylist-downloads.adblockplus.org
===================================================================
--- a/modules/filterserver/files/easylist-downloads.adblockplus.org
+++ b/modules/filterserver/files/easylist-downloads.adblockplus.org
@@ -17,16 +17,14 @@ server {
}
}
server {
listen [::]:443 ssl;
server_name easylist-downloads.adblockplus.org;
ssl_certificate sites-available/easylist-downloads.adblockplus.org_sslcert.pem;
ssl_certificate_key sites-available/easylist-downloads.adblockplus.org_sslcert.key;
include "sites-available/inc.easylist-downloads";
- include "sites-available/inc.easylist-downloads-txt";
}
server {
listen [::]:80;
server_name easylist-msie.adblockplus.org;
include "sites-available/inc.easylist-downloads";
- include "sites-available/inc.easylist-downloads-tpl";
}
« no previous file with comments | « no previous file | modules/filterserver/files/inc.easylist-downloads » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld