1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add PHP option tweaks

This commit is contained in:
RGBCube 2024-01-15 13:41:43 +03:00
parent d175a84d85
commit 441f99d730
No known key found for this signature in database

View file

@ -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"