| Index: modules/updateserver/files/site.conf |
| =================================================================== |
| --- a/modules/updateserver/files/site.conf |
| +++ b/modules/updateserver/files/site.conf |
| @@ -10,3 +10,8 @@ |
| fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock; |
| include /etc/nginx/fastcgi_params; |
| } |
| + |
| +location /adblockbrowser/updates.xml |
| +{ |
| + rewrite ^(.*) https://downloads.adblockplus.org$1 redirect; |
| +} |