ПРОЕКТЫ 


  АРХИВ 


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: Перечисления loca tion



On 24.03.2008 10:57, Konstantin G. wrote:
Можно ли как-то перечислять location с одинаковой конфигурацией? Т.е.
вместо:
--
location /pic/ {
    root    /var/www/html;
}
location /icons/ {
    root    /var/www/html;
}
location = /robots.txt {
    root    /var/www/html;
}
--


Можно использовать include

location /pic/ {
   include conf-x1;
}
location /icons/ {
   include conf-x1;
}
и т. п.

в файле conf-x1
написать
root    /var/www/html;

--
WBR,
 Anton Yuzhaninov



 




Copyright © Lexa Software, 1996-2009.