OLD | NEW |
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 | |
OLD | NEW |