summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-10-27 21:16:04 +0200
committerBartek Przybylski <bart.p.pl@gmail.com>2011-10-27 21:16:04 +0200
commit865be6064a1f2f896ca3657fa6eef590748a4e39 (patch)
treeacf66124ed73af4079ef105d7f114adb284a45d9 /.htaccess
parent0d022de0f4d63dcbec252498282240f5b2e43e73 (diff)
downloadnextcloud-server-865be6064a1f2f896ca3657fa6eef590748a4e39.tar.gz
nextcloud-server-865be6064a1f2f896ca3657fa6eef590748a4e39.zip
adjusting to new db "api", merge with master
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 34d4c719c8d..bd2f42d6658 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,7 @@ ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
php_value upload_max_filesize 512M
php_value post_max_size 512M
+php_value memory_limit 512M
SetEnv htaccessWorking true
</IfModule>
<IfModule !mod_php5.c>