Re: index на конкретный файл

Igor Sysoev igor на sysoev.ru
Вс Май 23 15:42:48 MSD 2010


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