Skip to main content
Version: vNext (current)

Codec Type

Summary

Codec Type specifies the codec to use for downstream connections. The codec type can be either auto, http1 or http2.

When auto is specified, the codec will be determined via TLS-ALPN-01 or protocol inference.

How to configure

Config file keysEnvironment variablesTypeDefault
codec_typeCODEC_TYPEstringauto

Examples

codec_type: http1
CODEC_TYPE=http2