ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[3]: Как посмотреть что качают?



Здравствуйте Игорь,

IS>     geo  $slow   {
IS>        ...
IS>     }

IS>     server {
IS>         location /download/ {
IS>             if ($slow) {
IS>                 limit_rate   10k;
IS>             }
IS>         }
IS>     }

Хех, а как записать отрицание в if ? Всё таки русских подсетей меньше,
чем всех остальных. Хотелось бы иметь что-то вроде:

     geo  $fast   {
        ...
     }

     server {
         location /download/ {
             if (!$fast) {
                 limit_rate   10k;
             }
         }
     }

или

     geo  $fast   {
        ...
     }

     server {
         location /download/ {
             unless ($fast) {
                 limit_rate   10k;
             }
         }
     }

--

С уважением,
Михаил Монашёв, SoftSearch.ru
Member of Independent Software Developers Forum (ISDEF)
mailto:postmaster@xxxxxxxxxxxxx
ICQ# 166233339
http://softsearch.ru/
Без бэкапа по жизни.





 




Copyright © Lexa Software, 1996-2009.