Я так понимаю, что параметр weight у сервера задает вес сервера в случайном распределении. Но если распределение не случайное, а по ip_hash или hash, будет ли weight работать?by varan - Nginx Mailing List - Russian
допустим, запрос такой: mysite.ru/blabla.php?myip=1.2.3.4 и я хочу прокидывать заголовок с гео-информацией по этому параметру myip я нашел в документации следующее: Describes the dependency of values of the specified variable on the client IP address. By default, the address is taken froby varan - Php-fpm Mailing List - Russian
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;by varan - Nginx Mailing List - English