nginx

How To Troubleshoot Common Nginx Errors — step-by-step Web Servers tutorial on Progressive Robot

How To Troubleshoot Common Nginx Errors

There are several methods you can use to troubleshoot Nginx errors. Keep in mind that these methods of troubleshooting are meant as a starting point, and further investigation is often required to diagnose the root cause of an issue. This tutorial will review several commands that are commonly used to troubleshoot Nginx across most Linux distributions:

Read more
How to Set Up Real-Time Performance Monitoring with Netdata on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Real-Time Performance Monitoring with Netdata on Ubuntu 16.04

Netdata provides accurate performance monitoring through extensible web dashboards that visualise the processes and services on your Linux systems. It monitors metrics about CPU, memory, disks, networks, processes, and more. The steps in this tutorial cover everything you need to successfully set up one Ubuntu 16.04 server running Netdata using its built-in web server or, optionally, using Nginx.

Read more
How To Set Up Highly Available Web Servers with Keepalived and Reserved IPs on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Highly Available Web Servers with Keepalived and Reserved IPs on Ubuntu 14.04

Keepalived is a service that can monitor servers or processes in order to implement high availability on your infrastructure. In this guide, we will use the `keepalived` daemon to monitor two web servers. The secondary server will take over the web traffic if the primary server experiences issues by automatically claiming ownership of a shared Floating IP address using the cloud provider API.

Read more
How To Set Up an Nginx Ingress on Kubernetes Using Helm — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up an Nginx Ingress on Kubernetes Using Helm

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 up the Kubernetes-maintained Nginx Ingress Controller using Helm. You’ll then create an Ingress Resource to route traffic from your domains to example Hello World back-end services.

Read more
How To Host a Website Using Cloudflare and Nginx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website Using Cloudflare and Nginx on Ubuntu 16.04

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 benefit from Cloudflare’s CDN and fast DNS resolution while ensuring that all connections pass through Cloudflare. This prevents any malicious requests from reaching your server.

Read more
CHAT