1yourdomain.com { 2 tls { 3 on_demand 4 } 5 6 handle /xrpc/com.atproto.sync.subscribeRepos { 7 reverse_proxy 127.0.0.1:2470 { 8 header_up Origin "yourdomain.com" 9 } 10 } 11 12 reverse_proxy localhost:2470 13 reverse_proxy localhost:3000 14}