Caddy Reverse Proxy
This section requires Caddy
Edit /etc/caddy/Caddyfile
with the following lines:
something.example.com { # you can also use wildcard subdomains like *.example.com and base domains like example.comencode gzipreverse_proxy 0.0.0.0:3000 # replace this with the route in which zipline is hosted, default is 0.0.0.0:3000}
Start the caddy service using systemctl enable --now caddy
Last updated: 5/5/2024
Edit this page on GitHub