Чем отличаются alias и root ?

Igor Sysoev is at rambler-co.ru
Sat Apr 26 16:47:30 MSD 2008


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





More information about the nginx-ru mailing list