nginx

How To Set Up a Node.js Application for Production on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Node.js Application for Production on CentOS 7

In this tutorial, we will cover setting up a production-ready Node.js environment that is composed of two CentOS 7 servers; one server will run Node.js applications managed by PM2, while the other will provide users with access to the application through an Nginx reverse proxy to the application server.

Read more
How To Set Up Nginx Load Balancing — step-by-step Web Servers tutorial on Progressive Robot

How To Set Up Nginx Load Balancing

This article covers how to set up a simple load balancer on a cloud servers with nginx. The tutorial covers setting up a round robin loadbalancer that can then direct site visitors to one of a set of IPs

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 Use Nginx's map Module on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How to Use Nginx’s map Module on CentOS 7

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 of the website should only be allowed via a secure…

Read more
CHAT