Set max upload size to something sane
we cant use a very high value since some apache configurations dont seem to handle it properly
This commit is contained in:
parent
db4fccce51
commit
3747ba928f
|
@ -1,5 +1,5 @@
|
||||||
ErrorDocument 404 //owncloud/core/templates/404.php
|
ErrorDocument 404 //owncloud/core/templates/404.php
|
||||||
php_value upload_max_filesize 2048G
|
php_value upload_max_filesize 512M
|
||||||
php_value post_max_size 2048G
|
php_value post_max_size 512M
|
||||||
SetEnv htaccessWorking true
|
SetEnv htaccessWorking true
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
Loading…
Reference in New Issue