| Index: modules/downloadserver/files/downloads.adblockplus.org |
| =================================================================== |
| --- a/modules/downloadserver/files/downloads.adblockplus.org |
| +++ b/modules/downloadserver/files/downloads.adblockplus.org |
| @@ -25,6 +25,14 @@ |
| 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. |
| + location /devbuilds/adblockplusandroid/update.json { |
| + rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect; |
| + } |
| + |
| access_log /var/log/nginx/access_log_downloads main; |
| keepalive_timeout 0; |
| root /var/www/downloads; |