Nginx: PHP alternative HHVM
If you want to further optimize the execution speed of PHP scripts, sooner or later you will stumble upon HHVM - a just-in-time compiler for PHP. HHVM can be easily installed via the Debian package manager. Once that is done, it can be used basically like php5-fpm. I left all the rest of the configuration inside Nginx - this allows for good ...