MyNixOS website logo
option

services.nghttpx.backends.*.patterns

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "*.host.net/v1/"
  "host.org/v2/mypath"
  "/somepath"
]