Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: location и картинки в подкат алогах
Почему работает конструкция
location /images/ {
root /home/username/project/img;
}
А вот эта конструкция из примеров не работает
location ~* ^.+\.(jpg|jpeg|gif)$ {
root /home/username/project;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,27980,28086#msg-28086
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|