GuidesReverse ProxiesCaddy Reverse Proxy

Caddy Reverse Proxy

This section requires Caddy

Edit /etc/caddy/Caddyfile with the following lines:

# you can also use wildcard subdomains like *.example.com and base domains like example.com
something.example.com {
encode gzip
# replace this with the route in which zipline is hosted, default is 0.0.0.0:3000
reverse_proxy 0.0.0.0:3000
}

Start the caddy service using systemctl enable --now caddy

Last updated: 9/10/2024
Edit this page on GitHub