# nginx configuration #index index__api.php; location / { # try to serve files directly, fallback to the front controller try_files $uri /index__api.php; }