Files
remnawave-minishop/deploy/docker/caddy/Caddyfile
T
2026-05-17 21:36:32 +03:00

13 lines
211 B
Caddyfile

# Replace the example domains with your real webhook and Mini App hostnames.
app.example.com {
encode zstd gzip
reverse_proxy backend:8080
}
web.example.com {
encode zstd gzip
reverse_proxy frontend:80
}