﻿:80 {
	handle_path /api/* {
		reverse_proxy backend1:8080 backend2:8080 {
			lb_policy cookie
			lb_retries 3
			lb_try_duration 6s
			health_uri /health
			health_interval 3s
		}
	}
	reverse_proxy frontend:3000
}



