Skip to content

Instantly share code, notes, and snippets.

@1ma
1ma / Caddyfile
Last active August 25, 2024 10:23
Caddy Mempool config Goodenough™
:80 {
root /var/www/mempool/browser
handle /api/v1/* {
reverse_proxy 127.0.0.1:8999
}
handle /api/* {
uri replace /api/ /api/v1/
reverse_proxy 127.0.0.1:8999