Commit 59e9f74
committed
bug #5513 [load_balancer_reverse_proxy ] Always use 127.0.0.1 as a trusted proxy (ruudk)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5513).
Discussion
----------
[load_balancer_reverse_proxy ] Always use 127.0.0.1 as a trusted proxy
Apparently the behaviour changed in Symfony 2.7. Before, the solution just worked perfectly with a Amazon ELB. After upgrading to Symfony 2.7 the subrequests weren't trusted anymore because they set the `REMOTE_ADDR` to `127.0.0.1`
Commits
-------
9b2c9f4 Always use 127.0.0.1 as a trusted proxy1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments