ПРОЕКТЫ 


  АРХИВ 


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]

rooted/aliased locations and ngx_http_map_uri_to_path()


  • To: nginx-ru@xxxxxxxxx
  • Subject: rooted/aliased locations and ngx_http_map_uri_to_path()
  • From: "locojohn" <nginx-forum@xxxxxxxx>
  • Date: Mon, 28 May 2012 08:32:07 -0400 (EDT)
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tigger.jlkhosting.com; s=x; h=From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=uPrfr7i0phRlLCDcYHmccQXL8FgFJj3XxVVguo3d1Es=; b=bKmZunAJEHxVS9H3iKxDTNDO4o8td1JFsagoWxGfLMKvaRFexChXdiClMs+uQ93kKOT4ahLl5dnvdI92awuc1Vc4tRtz9fCMR5oXltvOEwSHAMlQN6ng3hIV4nCjlGis;

Привет,

существует конфиг:

[...]
root /opt/www/mysite;

location /jquery/ {
  try_files $uri $uri/ @common;
}

location /resources/ {
  try_files $uri $uri/ @common;
}

location @common {
  root /opt/www/_common;
}
[...]

каким образом можно получить путь к
файлу, находящимся в /opt/www/_common из
собственного 3rd party модуля? 
ngx_http_map_uri_to_path() не понимает locations,
сконфигурированных через alias/root. 
ngx_http_map_uri_to_path(r, &path, &root, 0) не работает. 
Существуют ли альтернативные методы
получения пути к файлу из URI,
соответствующего локейшну с
собственным root?

Благодарю за помощь,

Андрей

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,226911,226911#msg-226911

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


 




Copyright © Lexa Software, 1996-2009.