Skip to content
Snippets Groups Projects
Commit 3747ba92 authored by Robin Appelman's avatar Robin Appelman
Browse files

Set max upload size to something sane

we cant use a very high value since some apache configurations dont seem to handle it properly
parent db4fccce
No related branches found
No related tags found
No related merge requests found
ErrorDocument 404 //owncloud/core/templates/404.php
php_value upload_max_filesize 2048G
php_value post_max_size 2048G
php_value upload_max_filesize 512M
php_value post_max_size 512M
SetEnv htaccessWorking true
Options -Indexes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment