ПРОЕКТЫ 


  АРХИВ 


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]

location + expires



Есть настройка

server {
       listen   80;
       server_name i1.site.ru i2.site.ru;
       expires 7d;

       access_log  off;

       location / {
               root   /var/www/images;
               index  index.html index.htm;
       }
...
}

хочу сделать

location /path1/path2 {
   expires 1h;
}

картинки перестают отдаваться. лог не смотрел. может быть внитри второго Location нужно обязательно root прописать?

С уважением,
Serguei V. Melekhov



 




Copyright © Lexa Software, 1996-2009.