Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: hiera/roles/web/adblockbrowser.yaml

Issue 29328455: Issue 2931 - Setup Adblock Browser feedback data backend (Closed)
Patch Set: Created Sept. 21, 2015, 11:56 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld