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

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

Issue 29536560: Noissue - Fix wrong redirect to acceptable ads form (Closed) Base URL: https://hg.adblockplus.org/infrastructure/
Patch Set: Created Sept. 5, 2017, 7:49 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 | 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
@@ -9,17 +9,17 @@ classes:
- eyeo.de
- www.eyeo.de
custom_config: |
rewrite ^(/de)?/index\.html$ / permanent;
rewrite ^(/de)?/job\.html$ /jobs permanent;
location /acceptable-ads-application.html
{
- rewrite (.*) https://acceptableads.com/solutions/get-whitelisted/ redirect;
+ rewrite (.*) https://acceptableads.com/get-whitelisted/ redirect;
}
location ~ ^(/[^/]+/jobs)/
{
error_page 404 $1/not-available;
}
repository: web.eyeo.com
multiplexer_locations: ['/formmail']
@@ -28,9 +28,8 @@ sitescripts::configfragments:
formmail_template:
content: |
[DEFAULT]
mailer=/usr/sbin/sendmail
[multiplexer]
sitescripts.formmail.web.formmail =
[formmail]
template=formmail/template/eyeo.mail
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld