🚀 Limited-time offer $130 for Lifetime Pro access. Buy once and use forever

Status List

Uptime & Status Pages

Blog

Config variables are a powerful tool to control how NGINX routes requests. HTTP request, header and env variables give us precise control on request routing.
The server_name config directive tells NGINX how to route client requests. server_name can match multiple domains, split out requests and work on localhost.
It's important to test your NGINX configuration to prevent downtime. Fortunately it's really easy to test your configuration before reloading.
NGINX makes it easy to run Laravel on a production web server. The setup has a few steps, but it's pretty straight forward. Let's get your app into production!
NGINX is fairly straightforward to install and provides a lot of punch right out of the box. Let's dive in and get started!
HAProxy is really easy to run in docker. Let's start by pulling the official docker image: docker pull haproxy.
Keepalived allows us to run multiple HAProxy instances on the same IP address. This allows for failover from one load balancer to another. Let's get this...
HAProxy has a lot of special configuration options that can be hard to understand. In this guide we'll explain how to use some of these strange config..
The stats socket gives users a way to control and query a running HAProxy instance. This is a great tool wether you want to write a custom app integration or
HAProxy has a dashboard that shows the current status of your load balancer. You can see metrics and statuses on specific frontends (listeners) and backends
HAProxy allows engineers to spread HTTP and TCP loads across multiple servers. This is called load balancing. This is especially important for high volume sites
Let's setup ZooKeeper monitoring with InfluxDb. In this guide, we'll get you completely set up to monitor your existing ZooKeeper cluster.