plugin.tx_page_speed_plus {
    settings {
        # customsubcategory=http2=HTTP/2
        http2 {
            # cat=plugin.tx_page_speed_plus/http2; type=boolean; label=Enable HTTP/2 Server Push
            serverPushEnable = 1

            # cat=plugin.tx_page_speed_plus/http2; type=int; label=Max Header Length
            maxHeaderLength = 8190
        }

        # customsubcategory=htmlCompress=HTML Compress
        htmlCompress {
            # cat=plugin.tx_page_speed_plus/htmlCompress; type=boolean; label=Enable HTML Compression
            enable = 1
        }
    }
}