forked from nyanloutre/nixos-config
fix Nextcloud opcache warning
This commit is contained in:
parent
cad30707e8
commit
ad82f1d236
1 changed files with 3 additions and 0 deletions
|
@ -388,6 +388,9 @@ in
|
|||
];
|
||||
};
|
||||
autoUpdateApps.enable = true;
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "23";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue