-
Tutorial
In this tutorial, you will deploy an example Go web application with gorilla/mux as the request router and Nginx as the web server, all inside Docker containers, orchestrated by Docker Compose. You'll use nginx-proxy ...
•
By
Savic
Go
Docker
Nginx
Deployment
Let's Encrypt
Ubuntu 18.04
-
Tutorial
Nginx's header module can help you accomplish browser caching. You can use this module to add any arbitrary headers to the response, but its major role is to properly set caching headers. In this tutorial, we will use...
•
By
Mateusz Papiernik
Nginx
CentOS
CentOS 8
-
Tutorial
Nginx's header module can help you accomplish browser caching. You can use this module to add any arbitrary headers to the response, but its major role is to properly set caching headers. In this tutorial, we will use...
•
By
Mateusz Papiernik
Nginx
-
Tutorial
Kubernetes Ingresses offer you a flexible way of routing traffic from beyond your cluster to internal Kubernetes Services. Helm https://helm.sh/ is a package manager for managing Kubernetes. In this guide, you'll set ...
•
By
Savic
Kubernetes
Nginx
Let's Encrypt
Security
-
Tutorial
Let's Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a softwa...
•
By
Brian Boucheron
Nginx
Ubuntu
Ubuntu 20.04
Security
-
Tutorial
In this tutorial you'll configure Nginx as both a web server and as a reverse proxy for Apache to host four domains on a single server.
•
By
Jesin A
Apache
Let's Encrypt
PHP
Ubuntu 20.04
Nginx
-
Tutorial
In this guide, you will build a Python application using the Flask microframework on Ubuntu 20.04. The bulk of this article will be about how to set up the uWSGI application server and how to launch the application a...
•
By
Kathleen Juell, Mark Drake
Nginx
Ubuntu
Python
Python Frameworks
Ubuntu 20.04
Flask
-
Tutorial
When configuring a server for a website, there are some common conditional actions you may need to implement. For example, maybe some files should be cached by the user's browser for longer than others, or some parts ...
•
By
Mateusz Papiernik
Nginx
Ubuntu
Ubuntu 16.04
-
Tutorial
This tutorial explains how to use the map module inside the Nginx web server
•
By
Mateusz Papiernik
System Tools
Nginx
-
Tutorial
In this tutorial, you will configure Nginx to use gzip compression. This will reduce the size of content sent to your website's visitors and improve performance.
•
By
Mateusz Papiernik
Open Source
Linux Basics
Nginx
-
Tutorial
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. This is an acronym that describes a Linux operating system, with an Nginx (pronounced lik...
•
By
Erika Heidi
LEMP
Nginx
PHP
Ubuntu
Ubuntu 20.04
-
Tutorial
phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial outlines the process of installing and securing phpMyAdmin on an Ubuntu 20.04 server running Nginx.
•
By
Mark Drake, Erika Heidi
Nginx
MySQL
Databases
PHP
Ubuntu
Ubuntu 20.04
Applications
-
Tutorial
Nginx, pronounced engine-x, is an open source web server used for serving static or dynamic websites, reverse proxying, load balancing, and other HTTP and proxy server capabilities.
•
By
Lyn Muldrow
Glossary
Nginx
-
Tutorial
In this tutorial, you will use Let's Encrypt to obtain a free SSL certificate and use it with Nginx on CentOS 8. You will do this by using the Certbot Let's Encrypt client. You will also set up automatic renewal of yo...
•
By
Vadym Kalsin
Nginx
Let's Encrypt
CentOS 8
-
Tutorial
In this tutorial you'll configure Nginx as both a web server and as a reverse proxy for Apache to host four domains on a single server.
•
By
Jesin A
Nginx
Apache
PHP
Let's Encrypt
Ubuntu 18.04
-
Tutorial
In this tutorial, learn how to set up and secure an Nginx Ingress Controller with Cert-Manager on DigitalOcean Kubernetes.
•
By
Hanif Jetha
Kubernetes
Nginx
Let's Encrypt
Security
Solutions
-
Tutorial
In this tutorial you will secure your website served by Nginx with an Origin CA certificate from Cloudflare and configure Nginx to use authenticated pull requests. The advantages of using this setup are that you benef...
•
By
anondon
Nginx
Security
Ubuntu 20.04
DNS
-
Tutorial
In this tutorial you will secure your website served by Nginx with an Origin CA certificate from Cloudflare and configure Nginx to use authenticated pull requests. The advantages of using this setup are that you benef...
•
By
anondon
Nginx
Security
Ubuntu 18.04
-
In cloud-based environments, there are multiple ways to scale and secure a Django application. By scaling horizontally, and running several copies of your app, you can build a more fault-tolerant and highly-available ...
•
By
Hanif Jetha
Django
Docker
Nginx
Let's Encrypt
Python Frameworks
-
Tutorial
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightl...
•
By
Erin Glass
Ubuntu 20.04
Nginx
Python
Python Frameworks
Django
PostgreSQL
Databases