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…
In this tutorial, we’re going to learn how to install Nginx latest version on Ubuntu 16.04 and Ubuntu 16.10. At…
This tutorial covers the steps of configuring Nginx reverse proxy for the Google search engine. In some countries and areas…
This tutorial will be showing you how to set up Nginx FastCGI cache to reduce server response time for your…
Update: This method described below is rendered useless since web browsers drops support for NPN(Next Protocol Negotiation). Here is the…
In this tutorial, we’re going to look at how to obtain and install a free Let’s Encrypt TLS/SSL certificate with…
The official Nginx release has two versions: stable version and mainline version. The mainline version contains the newest and greatest…
NPN (Next Protocol Negotiation) and ALPN (Application Layer Protocol Negotiation) are both TLS extensions. Since https, SPDY and HTTP/2 operate…
One of the core technologies powering the web is HTTP. Unfortunately, HTTP/1.1 was designed for static HTML sites and was…
Nginx has two branches: mainline version and stable version. It is recommended that in general you deploy the NGINX mainline branch…
An Overview of HTTPS Encryption The Acronyms There are a lot of acronyms around encryption. Below is just…
ngx_pagespeed is an open-source Nginx module that automatically applies best practices to optimize website front-end performance. In this tutorial, I…