Articles tagged in: Nginx



CoreOS — How to Set Up a Cluster

Last week we’ve learned about CoreOS’ components and technologies within the ecosystem. This week, we’re directly diving into the practical part and get our hands dirty. If you read the first post, you already know that CoreOS is an operating system geared towards high-availability. Setting up a cluster …

Continue Reading

nginx Load Balancing — Advanced Configuration

Within the previous post on how to use nginx load balancing, we showed you the required nginx configuration to pass traffic to a group of available servers. This week, we dive into the advanced nginx configuration like load balancing methods, setting server weights, and health checks. {{outline}} Load Balancing Mechanisms …

Continue Reading

How to Use Nginx as a Load Balancer

Load balancing a great method to reduce latency, improve resource utilization and ultimately increase fault-tolerance. If you already use nginx as a reverse proxy, you can easily update your configuration to enable load balancing functionality for your application. This guide shows you how to configure nginx to forward requests to …

Continue Reading

How to Configure Nginx SSL Certifcate Chain

Using SSL certificates may cause problems with the certificate chain on older or mobile browsers. The steps below show you how to create a complete certificate from your existing one and how to configure nginx. {{outline}} Gather SSL Certificate Files You need the following three SSL certificate files. You can …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.