Any one can tell me how i can make Apify working with Ngnix ? This is my Ngnix config file : # nginx configuration location /api/ { if (!-e $request_filename){ rewrite ^/api/(.*)$ /api/api/index.php break; } }