forked from pub-solar/infra
fix: increase php strings cache size for nextcloud
https://github.com/nextcloud/server/issues/31223
This commit is contained in:
parent
13d46c22c5
commit
a10d77dcf6
|
@ -111,6 +111,10 @@
|
||||||
simpleSignUpLink.shown = false;
|
simpleSignUpLink.shown = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
phpOptions = {
|
||||||
|
"opcache.interned_strings_buffer" = "16";
|
||||||
|
};
|
||||||
|
|
||||||
caching.redis = true;
|
caching.redis = true;
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
|
Loading…
Reference in a new issue