Skip to content

Commit c717f28

Browse files
xfalcoxClaude
and
Claude
committed
Add Caddy web server template as nginx alternative
Creates a new caddy.template.yml template that replaces nginx with the Caddy web server. Benefits include: - Automatic HTTPS with Let's Encrypt certificate management - Basic rate limiting support - IPv6 dual-stack support - Advanced compression with zstd preferred over gzip - Comprehensive security headers - Modern protocol support (HTTP/2, HTTP/3) - Simplified configuration with sensible defaults This implementation uses standard Caddy with all its built-in features without requiring custom modules. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e42fa97 commit c717f28

File tree

2 files changed

+669
-0
lines changed

2 files changed

+669
-0
lines changed

mise.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "latest"

0 commit comments

Comments
 (0)