Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: try_files random
Сделал так
perl_set $dice 'sub {
if (@pool) {
push @pool, shift @pool;
} else {
@pool = ("/ПУТЬ_К_ПАПКЕ1",
"/ПУТЬ_К_ПАПКЕ2","/ПУТЬ_К_ПАПКЕ3","/ПУТЬ_К_ПАПКЕ4");
}
return $pool[0];
}';
server ...
try_files $dice$1 $dice$1 $dice$1 $dice$1
=404;
Запрашиваю файл с /ПУТЬ_К_ПАПКЕ1 , 1-й
раз одтает файл прекрасно , жму F5 ,
следующие 2 3 4-й разы 404 получаю , на
пятый раз опять получаю файл , что не
так? :)
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,228791,228866#msg-228866
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|