Set X-Forwarded-For header to the remote address
Using $proxy_add_x_forwarded_for appends the remote address to whatever is provided by the client. It's best if we just ignore the client-provided header instead.
Using $proxy_add_x_forwarded_for appends the remote address to whatever is provided by the client. It's best if we just ignore the client-provided header instead.