Merge pull request #1178 from nextcloud/enh/noid/bring-in-sync

bring Apache limits in sync with PHP limits
This commit is contained in:
Simon L 2022-09-20 19:12:00 +02:00 committed by GitHub
commit c670d982aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 2 deletions

View file

@ -324,6 +324,8 @@ class DockerActionManager
}
} elseif ($out[1] === 'BORGBACKUP_HOST_LOCATION') {
$replacements[1] = $this->configurationManager->GetBorgBackupHostLocation();
} elseif ($out[1] === 'APACHE_MAX_SIZE') {
$replacements[1] = $this->configurationManager->GetApacheMaxSize();
} else {
$replacements[1] = $this->configurationManager->GetSecret($out[1]);
}