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

Unified Diff: modules/web/templates/adblockplus.org.conf.erb

Issue 29808566: #12308 - Rewrite adblockplus.org/poland to serve ./poland.html (Closed)
Patch Set: Created June 15, 2018, 4:11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/templates/adblockplus.org.conf.erb
diff --git a/modules/web/templates/adblockplus.org.conf.erb b/modules/web/templates/adblockplus.org.conf.erb
index 87d0b1b6d6bb41724aa7ac170acadde4f6e1131c..17b3d47ccbaa68853cd4eb977c66a93fb29a4317 100644
--- a/modules/web/templates/adblockplus.org.conf.erb
+++ b/modules/web/templates/adblockplus.org.conf.erb
@@ -90,6 +90,9 @@ rewrite ^/ieupdate.json$ https://update.adblockplus.org/adblockplusie/update.jso
rewrite ^/(\w\w(_\w\w)?/)?adblock-browser/?$ https://adblockbrowser.org/ permanent;
rewrite ^/devbuilds/?$ https://adblockplus.org/development-builds permanent;
+# http://hub.eyeo.com/issues/12308
+rewrite ^/poland/?$ /poland.html last;
+
location /redirect
{
set $adblock_browser_android_download "https://downloads.adblockplus.org/adblockbrowser-1.1.0-arm.apk";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld