diff --git a/nixos/systems/altra/http-synapse-proxy.nix b/nixos/systems/altra/http-synapse-proxy.nix index 60ebb9b..919f72e 100644 --- a/nixos/systems/altra/http-synapse-proxy.nix +++ b/nixos/systems/altra/http-synapse-proxy.nix @@ -52,10 +52,16 @@ in { ErrorLog = "/var/log/apache/error.log"; TransferLog = "/var/log/apache/access.log"; - - LogLevel = "debug"; } + { + MaxConnectionsPerChild = 1024; + MaxMemFree = 8192; + ThreadsPerChild = 64; + MaxRequestWorkers = 2048; + ServerLimit = 32; + AsyncRequestWorkerFactor = 8; + } { AddType = singleton [ "image/svg+xml"