Using MAMP with NGINX

I see that the latest versions of MAMP include NGINX 1.6.

Can NGINX be used instead of apache or is it used only for caching server contents. If possible, I prefer to use the NGINX directives instead of .htaccess.

+5
source share
1 answer

Mamp Screenshot

It looks like you can use NGINX as your web server instead of Apache.

+9
source

Source: https://habr.com/ru/post/1204935/


All Articles