services.nginx.proxyResolveWhileRunning

NixOS option

Resolves domains of proxyPass targets at runtime and not only at startup. This can be used as a workaround if nginx fails to start because of not-yet-working DNS. services.nginx.resolver must be set for this option to work.

type: boolean
Default
false
declared in: nixos/modules/services/web-servers/nginx/default.nixView source on NixOS/nixpkgs →