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

Unified Diff: hiera/roles/web/adblockbrowser.yaml

Issue 29592637: #4692 - Use $proxy_add_x_forwarded_for to log mimeo client IPs (Closed)
Patch Set: Created Oct. 30, 2017, 5:49 p.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
===================================================================
--- a/hiera/roles/web/adblockbrowser.yaml
+++ b/hiera/roles/web/adblockbrowser.yaml
@@ -13,7 +13,7 @@
proxy_pass http://127.0.0.1:8000;
proxy_set_header User-Agent $http_user_agent;
proxy_set_header Referer $http_referer;
- proxy_set_header X-Forwarded-For $http_x_forwarded_for;
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Language $http_accept_language;
proxy_set_header Host $http_host;
proxy_set_header X-Client-Id $http_x_client_id;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld