Correct IP in access log

Neil Sheth nsheth at gmail.com
Tue Sep 30 05:23:16 MSD 2008


How can I check what modules are enabled?

On Mon, Sep 29, 2008 at 6:00 PM, mike <mike503 at gmail.com> wrote:
> On Mon, Sep 29, 2008 at 5:58 PM, mike <mike503 at gmail.com> wrote:
>
>> you need to configure the backend nginx to "trust" the header of the
>> frontend using "set_real_ip_from"
>
> Oops, minor correction. You need to set both of these. Igor has
> written a patch for latest 0.7.x (and who knows what other versions
> work) to allow -any- header to be used as the "real ip", otherwise an
> unaltered nginx can use either X-Forwarded-For or X-Real-IP.
>
> set_real_ip_from 192.168.1.0/24;
> real_ip_header X-Forwarded-For;
>
> You also need to make sure the "realip" module is enabled. Not sure if
> it's own by default.
>
>





More information about the nginx mailing list