How To Install Nginx on Ubuntu 18.04 Server

install-nginx-on-ubuntu-18.04

Nginx is the second most used web server in the world. According to the Netcraft survey, Nginx is used by approx 25% of the busiest sites on the web. In this tutorial, we’ll install Nginx on Ubuntu 18.04 LTS server. Nginx is mainly known for its low resource consumptions and high performance. Nginx can be … Read more

Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM

Nginx-showing-blank-PHP-pages-banner

Every time when I configure a new Website or blog with Nginx and PHP-FPM, I missed this setting and then spend a lot of time searching for this issue on google. And every time I found the same issue which I will cover in this article. Before applying this fix you should check your access … Read more