Articles tagged in: Nginx



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

nginx — How To Install the Newest Version of Nginx on Ubuntu

Ubuntu usually ships with an outdated version of nginx. To install the up-to-date version, follow these steps: sudo -s nginx=stable # use nginx=development for the latest development version {{outline}} By setting nginx=stable you declare a temporary environment variable that defines the nginx version you want to install. Use …

Continue Reading
Page 2 of 2

Explore the Library

Find interesting tutorials and solutions for your problems.