:80 {
	handle /v1/* {
		reverse_proxy hub-api:8000 {
			flush_interval -1
		}
	}
	handle /auth/* {
		reverse_proxy hub-api:8000
	}
	handle /health {
		reverse_proxy hub-api:8000
	}
	handle /health/* {
		reverse_proxy hub-api:8000
	}
	handle /gpu {
		reverse_proxy hub-api:8000
	}
	handle /nano/* {
		uri strip_prefix /nano
		reverse_proxy nanoclaude:8100 {
			flush_interval -1
		}
	}
	handle {
		reverse_proxy hub-web:80
	}
}
# TLS: caddy-tailscale 플러그인 또는 tailscale cert 자동 갱신 사용
