Nginx and PHP-FPM Configuration and Optimizing Tips and Tricks

optimize_01

nginx is a small and fast webserver which generally outperforms most of the alternatives out of the box, however there is always room for improvement.

In addition to operating as a web-server nginx can also be used as reverse HTTP proxy, forwarding requests it recieves to different back-end servers.

 

Read More…