veza/config/caddy/Caddyfile.staging

7 lines
201 B
Text
Raw Normal View History

{$STAGING_DOMAIN:staging.veza.app} {
reverse_proxy /api/* backend:8080
reverse_proxy /stream stream-server:3001
reverse_proxy /hls/* stream-server:3001
reverse_proxy /* frontend:5173
}