services.trafficserver.sni

NixOS option

Configure aspects of TLS connection handling for both inbound and outbound connections. Consult the upstream documentation for more details.

type: null or YAML 1.1 value
Default
null
Example
{
  sni = [{
    fqdn = "no-http2.example.com";
    https = "off";
  }];
}
declared in: nixos/modules/services/web-servers/trafficserver/default.nixView source on NixOS/nixpkgs →