diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 17:42:37 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 17:42:37 -0400 |
commit | 4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5 (patch) | |
tree | 1d6c150ca0c725abb854afc2ab76422ebdcd4d85 /.htaccess | |
parent | 9e35d5a886b192b1ab3e19ca0e1b9608a39d60ac (diff) | |
parent | 52df7accfd1a1a8f4ac35d29e00d60961469c063 (diff) | |
download | nextcloud-server-4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5.tar.gz nextcloud-server-4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5.zip |
Merge branch 'master' into sharing
Conflicts:
.gitignore
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index c818c9ca2ea..23c90b26d8c 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ -ErrorDocument 404 //core/templates/404.php -php_value upload_max_filesize 20M -php_value post_max_size 20M +ErrorDocument 404 //owncloud/core/templates/404.php +php_value upload_max_filesize 2048G +php_value post_max_size 2048G SetEnv htaccessWorking true Options -Indexes |