ПРОЕКТЫ 


  АРХИВ 


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 срабатывает



On 19.03.2012 14:52, sarzhan wrote:

В логах отловил какой локейшен
  location ^\.php$ {

  }
добавляют sub location
  location ^\.php$ {
     location ~*/comm/includes/.*\.php${
     deny all;
    }

  }
не срабатывает
Подскажите где ошибка?

нет префикса. ошибка здесь: "location ^\.php$"

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

Регулярные выражения задаются либо с префиксом ?~*? (для поиска совпадения без учёта регистра символов), либо с префиксом ?~? (с учётом регистра).

--
Best regards,
 Gena

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.