Nextcloud: increased opcache string buffer to 128mb

This commit is contained in:
Jurn Wubben 2025-07-31 21:30:58 +02:00
parent d2ad0c2591
commit 8a946c8009

View file

@ -61,6 +61,9 @@ in {
"OC\\Preview\\HEIC"
];
trusted_proxies = ["127.0.0.1"];
maintenance_window_start = 1;
"opcache.interned_strings_buffer" = 256;
log_type = "file";
};
config = {
adminuser = "jsw-admin";