AZ
Size: a a a
AZ
AZ
D
D
AZ
D
AZ
O
T
set $base_root /var/www;
root $base_root;
index index.php index.html ;
location /v2 {
root $base_root/beta;
}
KТ
set $base_root /var/www;
root $base_root;
index index.php index.html ;
location /v2 {
root $base_root/beta;
}
set $base_root var/www;
root /$base_root;
index index.php index.html ;
location /v2 {
root /$base_root/beta;
}
KТ
AZ
AZ
D
AZ
AZ
AD
M