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

Михаил Монашёв postmaster at softsearch.ru
Sun Jun 12 15:06:43 MSD 2005


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

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 at softsearch.ru
ICQ# 166233339
http://softsearch.ru/
Без бэкапа по жизни.






More information about the nginx-ru mailing list