Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: index на конкретный файл
On Sun, May 23, 2010 at 07:36:46AM -0400, useman wrote:
> Вылезает [alert] 3432#0: *1 "/home/user/tmp/file.html[b]index.html[/b]" is
> not a directory
> Наверное, нужно подставить ещё что-то другое в директиву index?
>
> nginx-0.7.65
root /home/user/tmp/;
location = / { index file.html; }
location = /file.html { internal; }
location / { return 404; }
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|