Got a VPS, and Installed nginx, using nginxcp on Cpanel, whats next?

How come people use cPanel and not Plesk any more, Most hosts I have looked at only use cPanel and the odd one uses Plesk?
 
I have two silly questions: Isn't nginx more attuned to static rather than dynamic content? How about sites with .htaccess content? That's not supported with nginx right?

Normally, NginX works best with static content. However, it can work with dynamic content as well, using PHP-FPM for FastCGI.

As for the .htaccess, some, if not all .htaccess rule should have its own corresponding equivalent to NginX location configuration.
 
Top Bottom