Nginx is an popular web server widely used by web hosting providers. It was created by Igor Sysoev and first…
Browsing: nginx
Permalinks is a URL structure that can link to a specific blog post. It is also used to create archives…
The common way to run PHP with Nginx is the FastCGI module. The PHP-FPM (FastCGI Process Manager) dramatically increases the…
The FastCGI Process Manager (FPM) is an alternative to the FastCGI configuration with multiple enhancements. This is useful for high…
This tutorial will help you to install Nginx web server with PHP-FPM/FastCGI on Ubuntu 18.04 (Bionic) LTS system. In this…
Generally, web hosting manager used a separate server for each PHP version application deployment. Which increases the hosting cost. Alternatively,…
Nginx is another most popular web server than Apache HTTP Server. It is used by a large number of popular…
SSL 2.0 and SSL 3.0 having lots of known vulnerabilities like POODLE (CVE-2014-3566), That’s why latest browsers have removed support…
This tutorial will help you to install Let’s encrypt client on your Ubuntu system and issue SSL certificate for the…
Nginx is a popular open-source web server software that can also be used as a load balancer. Load balancing is…