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

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

Issue 5166800887087104: Issue 2572 - Run the Adblock Browser devbuild update handler on the download servers (Closed)
Patch Set: Created May 21, 2015, 11:14 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
Index: modules/downloadserver/files/site.conf
===================================================================
--- a/modules/downloadserver/files/site.conf
+++ b/modules/downloadserver/files/site.conf
@@ -18,6 +18,14 @@
rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect;
}
+location /devbuilds/adblockbrowser/updates.xml {
+ fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
+ include fastcgi_params;
+ fastcgi_cache adblockbrowserupdates;
+ fastcgi_cache_valid 200 10m;
+ fastcgi_cache_key "$query_string";
+}
+
location /devbuilds
{
# This is necessary since ABP for Android revisions 323 to 337 crash when
« no previous file with comments | « modules/downloadserver/files/adblockbrowserupdatescache.conf ('k') | modules/downloadserver/files/sitescripts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld