summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 98258c9fe..54280752c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,8 +6,8 @@ php_flag display_errors Off
php_flag log_errors On
# php_value error_log logs/errors
-php_value upload_max_filesize 5M
-php_value post_max_size 6M
+php_value upload_max_filesize 10M
+php_value post_max_size 10M
php_value memory_limit 64M
php_flag zlib.output_compression Off