I found in the web good examples - how to install Statamic on the localhost with mamp pro / mamp. But when I press the Nginx button in mamp pro things are not so easy I guess.
I want to use Nginx in my production server. I also want to use it in dev environment.
So I change the sample.nginx.conf to nginx.conf and changed root /Applications/MAMP/htdocs/Statamic/new-statamic-site.com/;
Things do load but the images are not there and the subpages are not accessible.
What do I have to do to make this work?