Index: modules/downloadserver/files/site.conf |
=================================================================== |
--- a/modules/downloadserver/files/site.conf |
+++ b/modules/downloadserver/files/site.conf |
@@ -18,6 +18,14 @@ |
rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect; |
} |
+location /devbuilds/adblockbrowser/updates.xml { |
+ fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock; |
+ include fastcgi_params; |
+ fastcgi_cache adblockbrowserupdates; |
+ fastcgi_cache_valid 200 10m; |
+ fastcgi_cache_key "$query_string"; |
+} |
+ |
location /devbuilds |
{ |
# This is necessary since ABP for Android revisions 323 to 337 crash when |