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

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

Issue 29504594: #2687 - Include mimeo python module (Closed)
Patch Set: For comments 28 to 30 Created Aug. 16, 2017, 4:14 p.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 | modules/adblockplus/files/mimeo.py » ('j') | modules/adblockplus/files/mimeo.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 classes: 1 classes:
2 adblockplus::web::mimeo:
3 format: $remote_addr - - [$time_local] "$request" $status $bytes_sent "$http _referer" "$http_user_agent" "$http_x_forwarded_for" $http_scheme "$http_accept_ language" "$http_host" "$http_x_client_id" $http_content_length "$http_content_t ype" $http_request_body
4 response: All good, carry on!
5 port: 8000
2 web::server: 6 web::server:
3 vhost: adblockbrowser.org 7 vhost: adblockbrowser.org
4 aliases: 8 aliases:
5 - www.adblockbrowser.org 9 - www.adblockbrowser.org
10 custom_config: |
11 location /submit-feedback {
12 proxy_pass http://127.0.0.1:8000;
13 }
6 is_default: true 14 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 15 repository: web.adblockbrowser.org
13 multiplexer_locations: 16 multiplexer_locations:
14 - /sendInstallationLink 17 - /sendInstallationLink
15 18
16 logrotate::config: 19 logrotate::config:
17 adblockbrowser_feedback_data: 20 adblockbrowser_feedback_data:
18 content: | 21 content: |
19 /var/log/nginx/adblockbrowser_feedback { 22 /var/log/nginx/adblockbrowser_feedback {
20 daily 23 daily
21 rotate 30 24 rotate 30
(...skipping 10 matching lines...) Expand all
32 sitescripts::configfragments: 35 sitescripts::configfragments:
33 installation_link: 36 installation_link:
34 content: | 37 content: |
35 [DEFAULT] 38 [DEFAULT]
36 mailer=/usr/sbin/sendmail 39 mailer=/usr/sbin/sendmail
37 [multiplexer] 40 [multiplexer]
38 sitescripts.send_installation_link.web.send_installation_link = 41 sitescripts.send_installation_link.web.send_installation_link =
39 [send_installation_link] 42 [send_installation_link]
40 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl 43 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl
41 44
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/files/mimeo.py » ('j') | modules/adblockplus/files/mimeo.py » ('J')

Powered by Google App Engine
This is Rietveld