GG
Size: a a a
GG
..
DK
GG
DK
GG
DK
DK
DK
DK
location ^~ /api {
alias /app/public;
## Check for file existing and if there, stop ##
if (-f $request_filename) {
break;
}
## Check for file existing and if there, stop ##
if (-d $request_filename) {
break;
}
## If we get here then there is no file or directory matching request_filename ##
rewrite (.*) /api/index.php?$query_string;
location ~ \.php$ {
fastcgi_pass php;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
include fastcgi_params;
}
}
DK
GG
GG
GG
GG
..
GG
GG
..