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

Side by Side 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.
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 statsclient: 2 statsclient:
3 web::server: 3 web::server:
4 vhost: eyeo.com 4 vhost: eyeo.com
5 certificate: eyeo.com_sslcert.pem 5 certificate: eyeo.com_sslcert.pem
6 private_key: eyeo.com_sslcert.key 6 private_key: eyeo.com_sslcert.key
7 is_default: true 7 is_default: true
8 aliases: 8 aliases:
9 - www.eyeo.com 9 - www.eyeo.com
10 - eyeo.de 10 - eyeo.de
11 - www.eyeo.de 11 - www.eyeo.de
12 custom_config: | 12 custom_config: |
13 rewrite ^(/de)?/index\.html$ / permanent; 13 rewrite ^(/de)?/index\.html$ / permanent;
14 rewrite ^(/de)?/job\.html$ /jobs permanent; 14 rewrite ^(/de)?/job\.html$ /jobs permanent;
15 15
16 location /acceptable-ads-application.html
17 {
18 rewrite (.*) https://acceptableads.com/solutions/get-whitelisted/ redire ct;
19 }
20
16 location ~ ^(/[^/]+/jobs)/ 21 location ~ ^(/[^/]+/jobs)/
17 { 22 {
18 error_page 404 $1/not-available; 23 error_page 404 $1/not-available;
19 } 24 }
20 repository: web.eyeo.com 25 repository: web.eyeo.com
21 multiplexer_locations: ['/formmail'] 26 multiplexer_locations: ['/formmail']
22 27
23 sitescripts::configfragments: 28 sitescripts::configfragments:
24 formmail_template: 29 formmail_template:
25 content: | 30 content: |
26 [DEFAULT] 31 [DEFAULT]
27 mailer=/usr/sbin/sendmail 32 mailer=/usr/sbin/sendmail
28 [multiplexer] 33 [multiplexer]
29 sitescripts.formmail.web.formmail = 34 sitescripts.formmail.web.formmail =
30 [formmail] 35 [formmail]
31 template=formmail/template/eyeo.mail 36 template=formmail/template/eyeo.mail
32 37
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