From: Frank Brehm Date: Sat, 7 Mar 2020 22:17:29 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=4bd3eb701d0d46ff8b34b9378bf99be8c311386e;p=config%2Fns1%2Fetc.git daily autocommit --- diff --git a/apache2/sites-available/nextcloud.conf b/apache2/sites-available/nextcloud.conf index 91ddc7c..cd9feb0 100644 --- a/apache2/sites-available/nextcloud.conf +++ b/apache2/sites-available/nextcloud.conf @@ -13,6 +13,22 @@ Alias /cloud "/var/www/nextcloud/" SetEnv HOME /var/www/nextcloud SetEnv HTTP_HOME /var/www/nextcloud + + php_value upload_max_filesize 511M + php_value post_max_size 511M + php_value memory_limit 512M + php_value mbstring.func_overload 0 + php_value default_charset 'UTF-8' + php_value output_buffering 0 + php_flag opcache.enable 1 + php_flag opcache.enable_cli 1 + php_flag opcache.interned_strings_buffer 8 + php_flag opcache.max_accelerated_files 10000 + php_flag opcache.memory_consumption 128 + php_flag opcache.save_comments 1 + php_flag opcache.revalidate_freq 1 + + # vim: filetype=apache ts=4 sw=4 sts=4 sr noet