Files
kid_dash/deploy/elias-caddy-route.json
2026-09-14 22:40:15 -04:00

9 lines
177 B
JSON

{
"match": [{"host": ["elias.reynafamily.com"]}],
"handle": [{
"handler": "reverse_proxy",
"upstreams": [{"dial": "192.168.68.130:5173"}]
}],
"terminal": true
}