V2: Force http2 unencrypted on an UDS path bind

caddy2 is always trying to make a http1.1 to the upstream proxy.
I know that h2c should not be used normal case,
but if the upstream is a UDS its more or less the default.

I tried to set json config without success:

...
"transport": {
   "protocol": "http",
   "versions": ["2"]
}
...