OLD | NEW |
1 classes: | 1 classes: |
2 statsclient: | 2 statsclient: |
3 web::server: | 3 web::server: |
4 vhost: testpages.adblockplus.org | 4 vhost: testpages.adblockplus.org |
5 certificate: testpages.adblockplus.org_sslcert.pem | 5 certificate: testpages.adblockplus.org_sslcert.pem |
6 private_key: testpages.adblockplus.org_sslcert.key | 6 private_key: testpages.adblockplus.org_sslcert.key |
7 is_default: true | 7 is_default: true |
| 8 multiplexer_locations: |
| 9 - "/sitekey-frame" |
8 repository: testpages.adblockplus.org | 10 repository: testpages.adblockplus.org |
9 | 11 |
| 12 sitescripts::configfragments: |
| 13 sitekey_frame: |
| 14 content: | |
| 15 [multiplexer] |
| 16 sitescripts.testpages.web.sitekey_frame = |
| 17 [testpages] |
| 18 sitekeyFrameTemplate=/var/www/testpages.adblockplus.org/templates/sitekey_
frame.tmpl |
| 19 sitekeyPath=/var/www/testpages.adblockplus.org/static/site.key |
| 20 |
OLD | NEW |