Unverified Commit f840d87a authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: nixos/nginx: expand proxyResolveWhileRunning's description (#347164)

parents e4c2f26e a155c718
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -853,9 +853,12 @@ in
        type = types.bool;
        default = false;
        description = ''
          Resolves domains of proxyPass targets at runtime
          and not only at start, you have to set
          services.nginx.resolver, too.
          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.

          :::{.warn}
          `services.nginx.resolver` must be set for this option to work.
          :::
        '';
      };