Nginx

nginx latest version ubuntu

How to Install Nginx Latest Version on Ubuntu 16.04 and Ubuntu 16.10

In this tutorial, we’re going to learn how to install Nginx latest version on Ubuntu 16.04 and Ubuntu 16.10. At…

Set Up Nginx Reverse Proxy for Google.com on a Ubuntu VPS

This tutorial covers the steps of configuring Nginx reverse proxy for the Google search engine. In some countries and areas…

Set Up Nginx FastCGI Cache to Reduce WordPress Server Response Time

This tutorial will be showing you how to set up Nginx FastCGI cache to reduce server response time for your…

How to Enable HTTP2 on Debian 8 with Nginx Web Server

Update: This method described below is rendered useless since web browsers drops support for NPN(Next Protocol Negotiation). Here is the…

Let's Encrypt

Let’s Encrypt TLS/SSL Certificate with Nginx on Arch Linux Server

In this tutorial, we’re going to look at how to obtain and install a free Let’s Encrypt TLS/SSL certificate with…

How to Install Nginx Mainline Version on CentOS7

The official Nginx release has two versions: stable version and mainline version. The mainline version contains the newest and greatest…

NPN and ALPN

Difference Between NPN and ALPN & How to Enable ALPN in Apache/Nginx

NPN (Next Protocol Negotiation) and ALPN (Application Layer Protocol Negotiation) are both TLS extensions. Since https, SPDY and HTTP/2 operate…

SPDY and HTTP/2

What is HTTP/2 and How to Enable it on Nginx

One of the core technologies powering the web is HTTP. Unfortunately, HTTP/1.1 was designed for static HTML sites and was…

nginx mainline branch on ubuntu

How to Install Nginx Mainline on Ubuntu Server

Nginx has two branches: mainline version and stable version. It is recommended that in general you deploy the NGINX mainline branch…

Let's Encrypt

An Overview of HTTPS Encryption and Let’s Encryption on Nginx Deployment

    An Overview of HTTPS Encryption The Acronyms There are a lot of acronyms around encryption. Below is just…

ngx_pagespeed

Install Nginx PageSpeed Module on Ubuntu 22.04/20.04 Server

ngx_pagespeed is an open-source Nginx module that automatically applies best practices to optimize website front-end performance. In this tutorial, I…