NGINX

68 Guides Available

The NGINX web server is a free and open source, fast, lightweight server designed to efficiently handle the needs of both low and high traffic websites.


NGINX Guides

Sort NGINX Guides
Article thumbnail

How to Expose Services with the Nginx Proxy Manager

The Nginx Proxy Manager conveniently manages proxy hosts for your web services, whether on your home network or otherwise. Learn everything you need to know to …

Article thumbnail

How to Use the OpenResty Web Server

OpenResty extends on NGINX with Lua scripting and a collection of modules to make it easier to scale your web applications. Learn how to set up your own OpenRes …

Article thumbnail

How to Deploy Nginx via Docker Container on Linode

Nginx on a Docker container is a portable and maintainable solution for web servers. Learn how to deploy your own Nginx docker container in this tutorial.

Article thumbnail

The Ultimate Web Servers List: 11 Popular Web Servers To Use Today

Use this helpful web servers list to build your website. Our guide includes a list of web server names and comparisons between them. Learn more here in this gui …

Article thumbnail

Configure HTTP/2 on NGINX

In this tutorial, you will learn how to configure HTTP/2, an updated version of the HTTP technology which adds several useful features using Apache on Debian.

Article thumbnail

Installing and Using NGINX on Ubuntu 20.04

Learn the basics of installing and configuring NGINX on your Ubuntu 20.04 server in this quick guide.

Article thumbnail

Installing and Using NGINX on AlmaLinux 8

Learn the basics of installing and configuring NGINX on your AlmaLinux 8 server in this quick guide.

Article thumbnail

Pros and Cons of Configuring a Load Balancer for Sticky Sessions

A sticky session creates a session object and storing it on the client or server. We'll explain how that works, and the pros and cons of this approach.

Article thumbnail

Build NGINX with PageSpeed From Source

This guide provides you with step-by-step instructions for compiling the Nginx web server from scratch so you can use Google's PageSpeed moduleon your website.

Article thumbnail

Installing NGINX on Debian 10

Learn the basics of installing and configuring NGINX on your Debian 10 server in this quick guide.

Article thumbnail

Installing NGINX on Ubuntu 18.04

Learn the basics of installing and configuring NGINX on your Ubuntu 18.04 server in this quick guide.

Article thumbnail

Installing NGINX on CentOS 8

Learn the basics of installing and configuring NGINX on your CentOS 8 server in this quick guide.

Article thumbnail

Use NGINX as a Reverse Proxy

Learn how to use NGINX as a reverse proxy. Understand how headers and buffers can help optimize your application’s performance.

Article thumbnail

Install NGINX on Debian from the NGINX Repository

This guide shows how to install the popular and highly performant web server Nginx on your Linode server running the Linux Operating System.

Article thumbnail

Serve PHP with PHP-FPM and NGINX

This guide provides you with information on how to proxy PHP requests with the NGINX web server and FastCGI by using PHP-FPM (Fast Process Manager).

Article thumbnail

Getting Started with NGINX (Part 3): Enable TLS/SSL for HTTPS

This is part three in our guide to Getting Started with Nginx where you will enable TLS/SSL for HTTPS on your web server and installing a SSL Certificate.

Article thumbnail

Getting Started with NGINX (Part 1): Installation and Basic Setup

An in-depth look at the NGINX web server. Includes assessment, installation, and configuration best practices.

Article thumbnail

Getting Started with NGINX (Part 4): TLS Deployment Best Practices

This is step four in our guide to Getting Started with NGINX where you will learn best practices, tips, and tricks, when you are deploying HTTPS websites and NG …

Article thumbnail

Getting Started with NGINX (Part 2): Advanced Configuration

Configure and optimize NGINX to best suit your web server needs. Host multiple sites, configure caching, disable content sniffing, and more.

Article thumbnail

Deploy Django Apps with uWSGI and Nginx on Ubuntu 14.04

This guide provides you with step-by-step instructions for deploying applications written in Django by using the uWSGI and Nginx web server on Ubuntu 14.04.