Welcome! Log In Create A New Profile

Advanced

Geo Module. How to make nginx to check proxy for any ip?

March 15, 2013 04:24AM
I mean I haven't got full list of ip addresses that can be proxy, so I want nginx to look X-FORWARDED-FOR header for any ip address, and if the header exists to determine geo using the header. If there's no X-Forwarded-For header, then use ip address for geo.
is it acceptable to use "proxy 0.0.0.0/0" ?

for example:

geo $geo {
default ZZ;
proxy 0.0.0.0/0;

127.0.0.1/32 RU;
192.168.0.1/32 UK;
...
}
Subject Author Posted

Geo Module. How to make nginx to check proxy for any ip?

varan March 15, 2013 04:24AM

Re: Geo Module. How to make nginx to check proxy for any ip?

Maxim Dounin March 15, 2013 06:04AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 208
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready