diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2012-07-05 15:03:14 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2012-07-05 15:03:14 +0200 |
commit | bd494f562f5c396de557b2887e2b4559d4dfadb9 (patch) | |
tree | bcd82ad963c5487763a666262c91cfc8f1550a79 | |
parent | 51774cca6b34a24ccbc191184f6d36d81b879210 (diff) | |
download | nextcloud-server-bd494f562f5c396de557b2887e2b4559d4dfadb9.tar.gz nextcloud-server-bd494f562f5c396de557b2887e2b4559d4dfadb9.zip |
fixed faulty commit
-rwxr-xr-x | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index 6d1844dbf9c..11ee1d59f83 100755 --- 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 |