diff options
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/modules/websites/tools/cloud/nextcloud.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/cloud/nextcloud.nix b/nixops/modules/websites/tools/cloud/nextcloud.nix index ad44057..ac77920 100644 --- a/nixops/modules/websites/tools/cloud/nextcloud.nix +++ b/nixops/modules/websites/tools/cloud/nextcloud.nix | |||
@@ -262,7 +262,8 @@ let | |||
262 | php_admin_value[output_buffering] = 0 | 262 | php_admin_value[output_buffering] = 0 |
263 | php_admin_value[max_execution_time] = 1800 | 263 | php_admin_value[max_execution_time] = 1800 |
264 | php_admin_value[zend_extension] = "opcache" | 264 | php_admin_value[zend_extension] = "opcache" |
265 | php_value[opcache.enable] = 1 | 265 | ;already enabled by default? |
266 | ;php_value[opcache.enable] = 1 | ||
266 | php_value[opcache.enable_cli] = 1 | 267 | php_value[opcache.enable_cli] = 1 |
267 | php_value[opcache.interned_strings_buffer] = 8 | 268 | php_value[opcache.interned_strings_buffer] = 8 |
268 | php_value[opcache.max_accelerated_files] = 10000 | 269 | php_value[opcache.max_accelerated_files] = 10000 |