mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add PHP option tweaks
This commit is contained in:
parent
d175a84d85
commit
441f99d730
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ in serverSystemConfiguration {
|
|||
mail_smtpsecure = "ssl";
|
||||
};
|
||||
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
output_buffering = "off";
|
||||
};
|
||||
|
||||
extraOptions.enabledPreviewProviders = [
|
||||
"OC\\Preview\\BMP"
|
||||
"OC\\Preview\\GIF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue