GG
Size: a a a
GG
GG
GG
..
GG
..
IJ
GG
GG
DK
...
root /frontend/dist
location / {
try_files $uri $uri /index.html
}
location ~^ /api {
alias /backend/public
rewrite (.*) /api/index.php?$query_string;
location ~ \.php$ {
fastcgi_pass php;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
include fastcgi_params;
}
}
DK
GG
...
root /frontend/dist
location / {
try_files $uri $uri /index.html
}
location ~^ /api {
alias /backend/public
rewrite (.*) /api/index.php?$query_string;
location ~ \.php$ {
fastcgi_pass php;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
include fastcgi_params;
}
}
GG
GG
DK
DK
GG
DK
GG