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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/adblockbrowser.yaml
diff --git a/hiera/roles/web/adblockbrowser.yaml b/hiera/roles/web/adblockbrowser.yaml
index 947442437107aa7c65dd09a1cae121ef5e674973..7d1a6d22bd72f662b46b0d0c9a5a8c79b961f936 100644
--- a/hiera/roles/web/adblockbrowser.yaml
+++ b/hiera/roles/web/adblockbrowser.yaml
@@ -5,6 +5,12 @@ classes:
aliases:
- www.adblockbrowser.org
is_default: true
+ custom_config: |
+ location = /submit-feedback/ {
+ access_log /var/log/nginx/adblockbrowser_feedback data;
+ access_log /var/log/nginx/access_log_adblockbrowser.org;
+ echo_read_request_body;
+ }
repository: web.adblockbrowser.org
multiplexer_locations:
- /sendInstallationLink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld