ПРОЕКТЫ 


  АРХИВ 


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: Много виртуальных серверов



On Fri, 29 Sep 2006 stan@xxxxxxxxxxxx wrote:


----- Original Message ----- From: "Igor Sysoev" <is@xxxxxxxxxxxxx>
To: <nginx-ru@xxxxxxxxx>
Sent: Friday, September 29, 2006 1:25 PM
Subject: Re: Много виртуальных серверов



http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#alias

Игорь Сысоев
http://sysoev.ru


Слона то я и не приметил. Сделал так:

      location /icons/ {

-       location    /icons/ {
+       location ^~ /icons/ {

          alias   /usr/local/apache/share/icons/;
      }
      location ~* \.(jpg|gif|js|css|png|ico|txt|mp3|avi|mpg|mpeg|jpeg)$ {
          root   $root;
      }

но при запросе "/icons/a.gif" управление попало на второй location.

http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#location


Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.