Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/updateserver/files/site.conf

Issue 29330205: Issue 3318 - Serve release update manifests for Adblock Browser (Closed)
Patch Set: Created Nov. 13, 2015, 7:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+}
« modules/downloadserver/files/site.conf ('K') | « modules/downloadserver/files/site.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld