Running Drupal with NginX on MAMP Pro

If you are not able to run Drupal on Nginx, it might be that you are missing the additional parameters for location and you need to use port 81 (unless you set a different port to use)

Here's how it is done. Under the try_files: field, type in:

$uri $uri/ /index.php?$args;

NginX

 

This was working on the MacOS version but I think this is the same on both MAMP Pro for Mac and Windows.

 

The content of this field is kept private and will not be shown publicly.
Your email address will be kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.