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

Unified Diff: hiera/roles/web/adblockbrowser.yaml

Issue 29559560: #3763 - Configure adblockbrowser.org/badadssuck redirects (Closed)
Patch Set: Created Sept. 29, 2017, 9:10 a.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 | hiera/roles/web/redirect/eyeo.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/adblockbrowser.yaml
===================================================================
--- a/hiera/roles/web/adblockbrowser.yaml
+++ b/hiera/roles/web/adblockbrowser.yaml
@@ -18,6 +18,9 @@
proxy_set_header Host $http_host;
proxy_set_header X-Client-Id $http_x_client_id;
}
+ location /badadssuck {
+ rewrite ^(.*) https://eyeo.to/$1 redirect;
+ }
repository: web.adblockbrowser.org
multiplexer_locations:
- /sendInstallationLink
« no previous file with comments | « no previous file | hiera/roles/web/redirect/eyeo.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld