Moving from Apache PHP 5 to Nginx PHP 7
Today i moved a high traffic WordPress web using from Apache + PHP 5 to Nginx + PHP 7.2. Here is a graph provided by LiquidWeb (server provider). With Apache, load was like 8. root@host:/etc/php# uptime 12:35:01 up 14:33, 1 user, load average: 8.03, 6.66, 5.84 root@host:/etc/php# After switching to Nginx + PHP-FPM, load come … Read more