cluster/services/nginx: enable proxyResolveWhileRunning
This commit is contained in:
parent
c26db970ac
commit
964ab05fad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
proxyResolveWhileRunning = false;
|
||||
proxyResolveWhileRunning = true;
|
||||
resolver = {
|
||||
addresses = [ "127.0.0.1" ];
|
||||
valid = "30s";
|
||||
|
|
Loading…
Reference in a new issue