PHP activation for nginx
We will see how to let nginx execute PHP scripts and display their results instead of their content.
Configuration of PHP-FPM
Several possibility are available to execute PHP scripts Apache module, CGI, FastCGI and FPM. The later is an adaptation of the FastCGI version for heavy-loaded sites. It is the ...