]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed faulty commit
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 5 Jul 2012 13:03:14 +0000 (15:03 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 5 Jul 2012 13:03:14 +0000 (15:03 +0200)
.htaccess

index 6d1844dbf9ca5f97499b68a51a32641c9c39062e..11ee1d59f83a69f61788b8da5b3504e006543972 100755 (executable)
--- a/.htaccess
+++ b/.htaccess
@@ -1,8 +1,8 @@
 ErrorDocument 403 /core/templates/403.php
 ErrorDocument 404 /core/templates/404.php
 <IfModule mod_php5.c>
-php_value upload_max_filesize 2000M
-php_value post_max_size 2000M
+php_value upload_max_filesize 513M
+php_value post_max_size 513M
 php_value memory_limit 512M
 <IfModule env_module>
   SetEnv htaccessWorking true