Skip to content

Apify with Ngnix #16

@karimtn

Description

@karimtn

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;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions