services.nghttpx.backends.*.patterns

NixOS option

List of nghttpx backend patterns. Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b for more information on the pattern syntax and nghttpxs behavior.

type: list of string
Default
[ ]
Example
[
  "*.host.net/v1/"
  "host.org/v2/mypath"
  "/somepath"
]
declared in: nixos/modules/services/networking/nghttpx/nghttpx-options.nixView source on NixOS/nixpkgs →