From b5f0cbf18976f90374f0cce0054098844ee3012f Mon Sep 17 00:00:00 2001 From: Jay Hankins Date: Sun, 28 Aug 2022 18:08:22 -0400 Subject: [PATCH] update caddy article --- _notes/Applications/Caddy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_notes/Applications/Caddy.md b/_notes/Applications/Caddy.md index 6071f3a..557cb24 100644 --- a/_notes/Applications/Caddy.md +++ b/_notes/Applications/Caddy.md @@ -4,9 +4,11 @@ date_created: Friday, August 26th 2022, 7:15:33 pm date_modified: Sunday, August 28th 2022, 10:10:19 am --- -Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go. +Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in [[Golang]]. - Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more. - Caddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere. - Caddy is the only web server to use HTTPS automatically and by default. - Caddy is both a flexible, efficient static file server and a powerful, scalable reverse proxy. + +It is compiled for [[Linux]], [[macOS]], [[Microsoft Windows|Windows]], and FreeBSD. \ No newline at end of file