Configuration for H2O (see https://h2o.examp1e.net/configure.html)
Declarations
Type
YAML value
Default
{ }
Example
{
compress = "ON";
ssl-offload = "kernel";
http2-reprioritize-blocking-assets = "ON";
"file.mime.addtypes" = {
"text/x-rst" = {
extensions = [ ".rst" ];
is_compressible = "YES";
};
};
}