| Index: hiera/roles/web/adblockbrowser.yaml |
| =================================================================== |
| --- a/hiera/roles/web/adblockbrowser.yaml |
| +++ b/hiera/roles/web/adblockbrowser.yaml |
| @@ -1,14 +1,16 @@ |
| classes: |
| + adblockplus::web::mimeo: |
| + format: \x24remote_addr\x20\x2d\x20\x2d\x20\x5b\x24time_local\x5d\x20\x22\x24request\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\x20\x22\x24http_accept_language\x22\x20\x22\x24http_host\x22\x20\x22\x24http_x_client_id\x22\x20\x24content_length\x20\x22\x24content_type\x22\x20\x24http_request_body |
| + response: All\x20good\x2c\x20carry\x20on\x21 |
|
Fred
2017/08/04 15:20:36
I find it quite inconvenient that you have to spec
f.lopez
2017/08/04 16:01:10
I can but this means an extra step with an `exec`
|
| web::server: |
| vhost: adblockbrowser.org |
| aliases: |
| - www.adblockbrowser.org |
| - is_default: true |
| custom_config: | |
| - location = /submit-feedback/ { |
| - access_log /var/log/nginx/adblockbrowser_feedback data; |
| - echo_read_request_body; |
| + location /submit-feedback { |
| + proxy_pass http://127.0.0.1:8000; |
|
Fred
2017/08/04 15:20:36
Why do you hardcode the port here if you provide a
f.lopez
2017/08/04 16:01:10
These are two different configurations in differen
|
| } |
| + is_default: true |
| repository: web.adblockbrowser.org |
| multiplexer_locations: |
| - /sendInstallationLink |