Hi All,
This is the definition of real_ip_recursive from the nginx docs,
If recursive search is disabled, the original client address that matches one of the trusted addresses is replaced by the last address sent in the request header field defined by the real_ip_header directive. If recursive search is enabled, the original client address that matches one of the trusted addresses is replaced by the last non-trusted address sent in the request header field.
I don’t quite get it. Can you please explain this possibly with an example.
Thanks,
Arun