Litespeed is not just a webserver, its caching mate. Thats why.I haven't used Nginx, but I recently switched from Apache to Litespeed and saw a huge increase in speed instantly. I believe we went from 18 second page load time to 2 - 3 seconds.
I'm not an expert in that field, but I'll definitely be using Litespeed on future servers moving forward.
Nginx for sure! Similar server load when few visitors but nginx scales INSANELY much better, go for nginx.
Even with default configuration, Nginx can handle more concurrent requests than Apache.
Short answer: Nginx
Long answer: Depend on your server setup and load management,
In a perfect setup, you can use Apache to deliver dynamic content and use Nginx to deliver static content,
But if you're running a WP for viral content (That means visitors Peaks...), then go with Nginx
Do vultr and plesk free, super easy. Just follow some tutorialsIf only Digitalocean was offering Nginx over Apache for WordPress one-click
Well that's the problem I don't have the technical knowledge to manage the server this way![]()
Well that's the problem I don't have the technical knowledge to manage the server this way![]()
I already did and the website is live, however that's not all settings to use Nginx server right ? there must be other tweaks or that's all you need?Nginx for sure. If you build a website with performance in mind. For WP site use LEMP stack. Digitalocean has a tutorial on how to install it: How To 'Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 18.04'.
Check this for some ideas:I already did and the website is live, however that's not all settings to use Nginx server right ? there must be other tweaks or that's all you need?
On the other hand, Nginx is the most popular for high-traffic sites. So it will be easier to find a solution for high traffic websites for Nginx.You are all forgetting Apache may be slow but it is much, much easier to manage and there are lots of online docs for it. Nginx is faster, but for non system administrators, Apache is cheaper and easier for a newbie to handle.