How can I enable http2 support?

Hi,

it’s possible to enable http2 support in commandbox server?

How can I do?

Well I reply to myself:

`

{
“runwar”:{
“args”:"–http2-enable=true"
},
“web”:{
“host”:“0.0.0.0”,
“http”:{
“port”:“80”
},
“rewrites”:{
“enable”:true
},
“SSL”:{
“enable”:“true”,
“port”:“443”
}
}
}

`

Thanks Francesco for sharing with the rest of us.