Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Чем отличаются ali as и root ?
On Sat, Apr 26, 2008 at 04:40:28PM +0400, Den wrote:
> В чем отличие между этими двумя записями?
> По идее эффект одинаков, вроде. Есть какие-нибудь неявные отличия?
> Может есть RTFM по этому поводу? В доках ничего не нашел.
>
> location /i/ {
> alias /spool/w3/;
> }
>
> location /i/ {
> root /spool/w3;
> }
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#alias
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#root
--
Игорь Сысоев
http://sysoev.ru
|