SB
Size: a a a
SB
AK
<Location />
DocumentRoot "/var/www/front"
DirectoryIndex index.php
</Location>
<Location /system>
DocumentRoot /var/www/system
</Location>
SB
SB
P
A=
<Location />
DocumentRoot "/var/www/front"
DirectoryIndex index.php
</Location>
<Location /system>
DocumentRoot /var/www/system
</Location>
location / {
root /var/www/front;
try_files $uri $uri/ /index.html;
}
location ~* /(system|status) {
root /var/www/back;
try_files $uri $uri/ /index.php?$args;
}
P
АЖ
P
АЖ
АЖ
SB
Vs
АЖ
AK
АЖ
АЖ
SB