Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04
In this quickstart guide, we’ll install a LEMP stack on an Ubuntu 20.04 server. For a more detailed version of this tutorial, with more explanations of...
2020-09-30
Build your IT system by yourself!
Do it yourself!
In this quickstart guide, we’ll install a LEMP stack on an Ubuntu 20.04 server. For a more detailed version of this tutorial, with more explanations of...
The common way to run PHP with Nginx is the FastCGI module. The PHP-FPM (FastCGI Process Manager) dramatically increases the performance of your Nginx/PHP environment. So...