set default max upload size in the .htaccess file to something rediculous
and don't show the max filesize message when the limit is over 10GBremotes/origin/stable
parent
dfb923f34e
commit
0bcb4a6a8f
@ -1,5 +1,5 @@
|
||||
ErrorDocument 404 //core/templates/404.php
|
||||
php_value upload_max_filesize 20M
|
||||
php_value post_max_size 20M
|
||||
ErrorDocument 404 //owncloud/core/templates/404.php
|
||||
php_value upload_max_filesize 2048G
|
||||
php_value post_max_size 2048G
|
||||
SetEnv htaccessWorking true
|
||||
Options -Indexes
|
||||
|
||||
Loading…
Reference in New Issue