ПРОЕКТЫ 


  АРХИВ 


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: Вопрос по location и re write



Konstantin Belov wrote:
Столкнулся сегодня с небольшой проблемой :)

Имеем конфиг:

location /goto/ {
   rewrite ^/goto/([^/]*)(/.*)? /goto.php?host=$1&link=$2? last;
}

location ~ \.php$ {
   ..
}


Получается что все запросы типа "/goto/host/page.php" просто не попадают в первый локейшн, а сразу отдаются на upstream
Что и где я упустил? :)

location ^~ /goto/

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

--
 Anton Yuzhaninov



 




Copyright © Lexa Software, 1996-2009.