Error: adapting config using caddyfile: parsing caddyfile tokens for 'reverse_proxy': invalid weight value '0': weight should be non-zero and positive, at Caddyfile:5
Hmm, interesting usecase with using fallback. I suppose it would make sense to allow 0 for that. PRs welcome if you want to take a shot at it. Probably simply need to remove a condition + error.
@matt the idea here is if there’s no cookie, then it would only take the blue servers, but if you later need to deploy or w/e, you swap the sets by changing the weights, so old clients continue to hit blue (having the cookie set) while new clients use green (according to the weights).