Index: modules/web/templates/adblockplus.org.conf.erb |
=================================================================== |
--- a/modules/web/templates/adblockplus.org.conf.erb |
+++ b/modules/web/templates/adblockplus.org.conf.erb |
@@ -354,7 +354,8 @@ |
if ($link = "") |
{ |
- return 404; |
+ # If there is no match in the legacy redirects, let the new redirect service handle it: |
+ rewrite ^ $scheme://adblockplus.to/$arg_link/legacy redirect; |
} |
if (!-f "$document_root/$lang/$link") |