Index: modules/downloadserver/files/downloads.adblockplus.org |
=================================================================== |
--- a/modules/downloadserver/files/downloads.adblockplus.org |
+++ b/modules/downloadserver/files/downloads.adblockplus.org |
@@ -25,6 +25,17 @@ |
internal; |
} |
+ # This redirect is necessary since we accidentally set the wrong |
+ # update URL in ABP for Android 1.2. It can be removed once we're |
+ # not seeing anyone requesting this file anymore. |
+ # Note that this intentionally promotes devbuilds to release builds. |
+ # Since newer versions should use the new devbuild and release |
+ # build update URLs requested by libadblockplus, leaving this |
+ # redirect around won't really hurt. |
+ location /devbuilds/adblockplusandroid/updates.xml { |
+ rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect; |
Wladimir Palant
2014/03/03 07:44:18
Won't the two update mechanisms be competing here?
|
+ } |
+ |
access_log /var/log/nginx/access_log_downloads main; |
keepalive_timeout 0; |
root /var/www/downloads; |