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

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

Issue 29429605: Issue 5186 - redirect AA application to the new form (Closed)
Patch Set: Created May 4, 2017, 6:07 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: hiera/roles/web/eyeo.yaml
===================================================================
--- a/hiera/roles/web/eyeo.yaml
+++ b/hiera/roles/web/eyeo.yaml
@@ -13,6 +13,11 @@
rewrite ^(/de)?/index\.html$ / permanent;
rewrite ^(/de)?/job\.html$ /jobs permanent;
+ location /acceptable-ads-application.html
+ {
+ rewrite (.*) https://acceptableads.com/solutions/get-whitelisted/ redirect;
+ }
+
location ~ ^(/[^/]+/jobs)/
{
error_page 404 $1/not-available;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld