Tried this but not working:
location /clients/api {
try_files $uri $uri/ /index.php;
}
Any more ideas?
location /clients/api {
try_files $uri $uri/ /index.php;
}
Any more ideas?