MyNixOS website logo
option

services.nginx.streamConfig

Configuration lines to be set inside the stream block.

Declarations
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;
  }
''