services.nginx.streamConfig

Configuration lines to be set inside the stream block.

Type
strings concatenated with "\n"
Default
""
Example
''
  server {
    listen 127.0.0.1:53 udp reuseport;
    proxy_timeout 20s;
    proxy_pass 192.168.0.1:53535;
  }
''
Declared
<nixpkgs/nixos/modules/services/web-servers/nginx/default.nix>