nixos/middleman: Increase worker_processes
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 5m10s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 5m10s
This commit is contained in:
parent
854cc48479
commit
fc2fa0666e
@ -251,6 +251,9 @@ in
|
||||
proxyResolveWhileRunning = true;
|
||||
sslDhparam = config.age.secrets."dhparams.pem".path;
|
||||
|
||||
appendConfig = ''
|
||||
worker_processes auto;
|
||||
'';
|
||||
# Based on recommended*Settings, but probably better to be explicit about these
|
||||
appendHttpConfig = ''
|
||||
${baseHttpConfig}
|
||||
|
Loading…
x
Reference in New Issue
Block a user