Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: как отредактировать оши бку 403
Кажется я понял почему происходит
такое , возникла та же ситуация что и с
страницей .
И я решил ее с помощью добавления в
конфиг :
[code]
location ~* ^.+\.(jpg)$ {
allow all;
root /usr/home/portal;
}
[/code]
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,153069,153803#msg-153803
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|