Changes

From Amahi Wiki
Jump to: navigation, search
Order allow,deny
Allow from all}}
</blockquote>
 
*The file upload size for ownCloud is set to a maximum of 512 MB per file to be uploaded. There are two values stored in file “/var/hda/web-apps/owncloud/html/.htaccess”. The settings are called “upload_max_filesize” and “post_max_size”.
 
<blockquote>Change the values to something like this:
{{Text|Text=php_value upload_max_filesize 4.7G
php_value post_max_size 5G}}
</blockquote>