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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 classes: 1 classes:
2 web::server: 2 web::server:
3 vhost: eyeo.com 3 vhost: eyeo.com
4 certificate: eyeo.com_sslcert.pem 4 certificate: eyeo.com_sslcert.pem
5 private_key: eyeo.com_sslcert.key 5 private_key: eyeo.com_sslcert.key
6 is_default: true 6 is_default: true
7 aliases: 7 aliases:
8 - www.eyeo.com 8 - www.eyeo.com
9 - eyeo.de 9 - eyeo.de
10 - www.eyeo.de 10 - www.eyeo.de
11 custom_config: | 11 custom_config: |
12 rewrite ^(/de)?/index\.html$ / permanent; 12 rewrite ^(/de)?/index\.html$ / permanent;
13 rewrite ^(/de)?/job\.html$ /jobs permanent; 13 rewrite ^(/de)?/job\.html$ /jobs permanent;
14 14
15 location /acceptable-ads-application.html 15 location /acceptable-ads-application.html
16 { 16 {
17 rewrite (.*) https://acceptableads.com/solutions/get-whitelisted/ redire ct; 17 rewrite (.*) https://acceptableads.com/get-whitelisted/ redirect;
18 } 18 }
19 19
20 location ~ ^(/[^/]+/jobs)/ 20 location ~ ^(/[^/]+/jobs)/
21 { 21 {
22 error_page 404 $1/not-available; 22 error_page 404 $1/not-available;
23 } 23 }
24 repository: web.eyeo.com 24 repository: web.eyeo.com
25 multiplexer_locations: ['/formmail'] 25 multiplexer_locations: ['/formmail']
26 26
27 sitescripts::configfragments: 27 sitescripts::configfragments:
28 formmail_template: 28 formmail_template:
29 content: | 29 content: |
30 [DEFAULT] 30 [DEFAULT]
31 mailer=/usr/sbin/sendmail 31 mailer=/usr/sbin/sendmail
32 [multiplexer] 32 [multiplexer]
33 sitescripts.formmail.web.formmail = 33 sitescripts.formmail.web.formmail =
34 [formmail] 34 [formmail]
35 template=formmail/template/eyeo.mail 35 template=formmail/template/eyeo.mail
36
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld