MT
Size: a a a
Vs
Vs
location /landing/ {
root /usr/share/nginx/landing;
index index.html;
try_files $uri $uri/ /index.html?$args;
}
Vs
AY
AY
Vs
AY
M T
Vs
M T
AY
server {
root /var/www;
location /fold/ {
root /fold; #здесь будет конечный путь "/var/www/fold" или "/fold" от начала проекта?
}
}
Vs
Vs
root
есть еще и alias
AY
ВМ
location /landing/ {
root /usr/share/nginx/landing;
index index.html;
try_files $uri $uri/ /index.html?$args;
}