Caddy v2 Reverse Proxy Simple Setup Guide
What is Caddy? Caddy has a wide range of use cases including: * Web Server * Reverse Proxy * Sidecar Proxy * Load Balancer * API Gateway * Ingress Controller * System Manager * Process Supervisor * Task Scheduler Today we will be installing and setting up Caddy as a Reverse Proxy. This w…

Caddy Caddyfile Advanced Setup
Our Caddy Setup Guide can be found here: Caddy v2 Reverse Proxy Simple Setup GuideWhat is Caddy? Caddy has a wide rangeof use cases including: * Web Server * Reverse Proxy * Sidecar Proxy * LoadBalancer * API Gateway * Ingress Controller * System Manager * ProcessSupervisor * Task Scheduler Toda…

How to enable Caddy HTTP Basic Authentication (basicauth) Guide
What is HTTP Basic Authentication?When visiting a website, protected with Basic Auth the browser will prompt theuser to enter a username and password before any recourses are loaded. The client will then send an Authorization header with each request to thewebsite, to maintain authentication.T…
