OLD | NEW |
1 classes: | 1 classes: |
| 2 adblockplus::web::mimeo: |
| 3 format: \x24remote_addr\x20\x2d\x20\x2d\x20\x5b\x24time_local\x5d\x20\x22\x2
4request\x22\x20\x24status\x20\x24bytes_sent\x20\x22\x24http_referer\x22\x20\x22
\x24http_user_agent\x22\x20\x22\x24http_x_forwarded_for\x22\x20\x24http_scheme\x
20\x22\x24http_accept_language\x22\x20\x22\x24http_host\x22\x20\x22\x24http_x_cl
ient_id\x22\x20\x24content_length\x20\x22\x24content_type\x22\x20\x24http_reques
t_body |
| 4 response: All\x20good\x2c\x20carry\x20on\x21 |
2 web::server: | 5 web::server: |
3 vhost: adblockbrowser.org | 6 vhost: adblockbrowser.org |
4 aliases: | 7 aliases: |
5 - www.adblockbrowser.org | 8 - www.adblockbrowser.org |
| 9 custom_config: | |
| 10 location /submit-feedback { |
| 11 proxy_pass http://127.0.0.1:8000; |
| 12 } |
6 is_default: true | 13 is_default: true |
7 custom_config: | | |
8 location = /submit-feedback/ { | |
9 access_log /var/log/nginx/adblockbrowser_feedback data; | |
10 echo_read_request_body; | |
11 } | |
12 repository: web.adblockbrowser.org | 14 repository: web.adblockbrowser.org |
13 multiplexer_locations: | 15 multiplexer_locations: |
14 - /sendInstallationLink | 16 - /sendInstallationLink |
15 | 17 |
16 logrotate::config: | 18 logrotate::config: |
17 adblockbrowser_feedback_data: | 19 adblockbrowser_feedback_data: |
18 content: | | 20 content: | |
19 /var/log/nginx/adblockbrowser_feedback { | 21 /var/log/nginx/adblockbrowser_feedback { |
20 daily | 22 daily |
21 rotate 30 | 23 rotate 30 |
(...skipping 10 matching lines...) Expand all Loading... |
32 sitescripts::configfragments: | 34 sitescripts::configfragments: |
33 installation_link: | 35 installation_link: |
34 content: | | 36 content: | |
35 [DEFAULT] | 37 [DEFAULT] |
36 mailer=/usr/sbin/sendmail | 38 mailer=/usr/sbin/sendmail |
37 [multiplexer] | 39 [multiplexer] |
38 sitescripts.send_installation_link.web.send_installation_link = | 40 sitescripts.send_installation_link.web.send_installation_link = |
39 [send_installation_link] | 41 [send_installation_link] |
40 email_template=send_installation_link/template/adblockbrowser_installation
_link.tmpl | 42 email_template=send_installation_link/template/adblockbrowser_installation
_link.tmpl |
41 | 43 |
OLD | NEW |