services.trafficserver.parent

NixOS option

Identify the parent proxies used in an cache hierarchy. Consult the upstream documentation for more details.

type: strings concatenated with "\n"
Default
""
Example
''
  dest_domain=. method=get parent="p1.example:8080; p2.example:8080" round_robin=true
''
declared in: nixos/modules/services/web-servers/trafficserver/default.nixView source on NixOS/nixpkgs →