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

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

Issue 29341151: Issue 4019 - Added "Edge" to platform choices in Issues tracker at issues1. (Closed)
Patch Set: Created May 10, 2016, 3:35 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 | « modules/base/manifests/init.pp ('k') | modules/downloadserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/downloadserver/files/site.conf
===================================================================
--- a/modules/downloadserver/files/site.conf
+++ b/modules/downloadserver/files/site.conf
@@ -15,11 +15,10 @@
# redirect around won't really hurt.
location /devbuilds/adblockplusandroid/updates.xml
{
- rewrite ^ https://adblockplus.org/androidupdates.xml redirect;
+ rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect;
}
-location ~ ^(/devbuilds)?/adblockbrowser/updates.xml
-{
+location ~ (/devbuilds)?/adblockbrowser/updates.xml {
fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
include fastcgi_params;
fastcgi_cache adblockbrowserupdates;
@@ -27,11 +26,6 @@
fastcgi_cache_key "$request_uri";
}
-location ~ ^/devbuilds/adblockplus(chrome|chrome-experimental|opera)/updates.xml
-{
- rewrite ^ https://clients2.google.com/service/update2/crx redirect;
-}
-
location /devbuilds
{
# This is necessary since ABP for Android revisions 323 to 337 crash when
« no previous file with comments | « modules/base/manifests/init.pp ('k') | modules/downloadserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld