From d90037f80cdfdb32b2f7faba9453e796ad4101a4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 19 Jan 2014 20:19:05 +0000 Subject: [PATCH] Owncloud app --- beaglebone.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index f59b9809..7257eaa9 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -2517,8 +2517,8 @@ emacs /etc/php5/apache2/php.ini Set the following: #+BEGIN_SRC: bash -upload_max_filesize = 32M -post_max_size = 32M +upload_max_filesize = 512M +post_max_size = 512M #+END_SRC Save and exit, then edit your Apache configuration. @@ -2592,8 +2592,8 @@ emacs /var/www/$HOSTNAME/htdocs/owncloud/.htaccess Set the following. #+BEGIN_SRC: bash -php_value upload_max_filesize 32M -php_value post_max_size 32M +php_value upload_max_filesize 512M +php_value post_max_size 512M php_value memory_limit 128M #+END_SRC