mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
Allow more workers for synapse-proxy apache
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
16d3d01c23
commit
6bb313137b
|
@ -52,10 +52,16 @@ in
|
||||||
{
|
{
|
||||||
ErrorLog = "/var/log/apache/error.log";
|
ErrorLog = "/var/log/apache/error.log";
|
||||||
TransferLog = "/var/log/apache/access.log";
|
TransferLog = "/var/log/apache/access.log";
|
||||||
|
|
||||||
LogLevel = "debug";
|
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
MaxConnectionsPerChild = 1024;
|
||||||
|
MaxMemFree = 8192;
|
||||||
|
|
||||||
|
ThreadsPerChild = 64;
|
||||||
|
MaxRequestWorkers = 2048;
|
||||||
|
ServerLimit = 32;
|
||||||
|
AsyncRequestWorkerFactor = 8;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
AddType = singleton [
|
AddType = singleton [
|
||||||
"image/svg+xml"
|
"image/svg+xml"
|
||||||
|
|
Loading…
Reference in a new issue