h2.js/Caddyfile
2025-08-16 16:08:42 +02:00

5 lines
96 B
Caddyfile

# caddy run --config Caddyfile
http://localhost:8081 {
reverse_proxy * h2c://localhost:8080
}