OLD | NEW |
1 classes: | 1 classes: |
2 nodejs: | 2 nodejs: |
3 adblockplus::legacy::webserver: | 3 adblockplus::legacy::webserver: |
4 | 4 |
| 5 web::server::vhost: adblockplus.org |
| 6 web::server::certificate: adblockplus.org_sslcert.pem |
| 7 web::server::private_key: adblockplus.org_sslcert.key |
| 8 web::server::is_default: true |
| 9 web::server::aliases: |
| 10 - www.adblockplus.org |
| 11 web::server::repository: web.adblockplus.org |
| 12 web::server::multiplexer_locations: |
| 13 - /getSubscription |
| 14 web::server::geoip: true |
| 15 |
5 sitescripts::configfragments: | 16 sitescripts::configfragments: |
6 formmail_template: | 17 formmail_template: |
7 content: | | 18 content: | |
8 [multiplexer] | 19 [multiplexer] |
9 sitescripts.subscriptions.web.fallback = | 20 sitescripts.subscriptions.web.fallback = |
10 [subscriptions] | 21 [subscriptions] |
11 repository=/home/www/subscriptionlist | 22 repository=/home/www/subscriptionlist |
12 | 23 |
OLD | NEW |