| OLD | NEW |
| 1 classes: | 1 classes: |
| 2 statsclient: | 2 statsclient: |
| 3 web::server: | 3 web::server: |
| 4 vhost: adblockbrowser.org | 4 vhost: adblockbrowser.org |
| 5 aliases: | 5 aliases: |
| 6 - www.adblockbrowser.org | 6 - www.adblockbrowser.org |
| 7 is_default: true | 7 is_default: true |
| 8 custom_config: | |
| 9 location = /submit-feedback/ { |
| 10 access_log /var/log/nginx/adblockbrowser_feedback data; |
| 11 access_log /var/log/nginx/access_log_adblockbrowser.org; |
| 12 echo_read_request_body; |
| 13 } |
| 8 repository: web.adblockbrowser.org | 14 repository: web.adblockbrowser.org |
| 9 multiplexer_locations: | 15 multiplexer_locations: |
| 10 - /sendInstallationLink | 16 - /sendInstallationLink |
| 11 | 17 |
| 12 sitescripts::configfragments: | 18 sitescripts::configfragments: |
| 13 installation_link: | 19 installation_link: |
| 14 content: | | 20 content: | |
| 15 [DEFAULT] | 21 [DEFAULT] |
| 16 mailer=/usr/sbin/sendmail | 22 mailer=/usr/sbin/sendmail |
| 17 [multiplexer] | 23 [multiplexer] |
| 18 sitescripts.send_installation_link.web.send_installation_link = | 24 sitescripts.send_installation_link.web.send_installation_link = |
| 19 [send_installation_link] | 25 [send_installation_link] |
| 20 email_template=send_installation_link/template/adblockbrowser_installation
_link.tmpl | 26 email_template=send_installation_link/template/adblockbrowser_installation
_link.tmpl |
| 21 | 27 |
| OLD | NEW |