Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-14 21:40:57 +0300
committerLukas Reschke <lukas@owncloud.com>2016-03-15 12:41:17 +0300
commit2cfde7cd0b309e4ea959fa828e0c10804cd747b1 (patch)
treea8c46755a4af91eb18f049e78781c7ff173e5799 /.htaccess
parentf8180579d03fcd10ab8f92f1ecb27899436c7653 (diff)
Duplicate block for PHP 7
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess12
1 files changed, 12 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index cddbd4f47de..0c31dcb0a58 100644
--- a/.htaccess
+++ b/.htaccess
@@ -37,6 +37,18 @@
SetEnv htaccessWorking true
</IfModule>
</IfModule>
+<IfModule mod_php7.c>
+ php_value upload_max_filesize 513M
+ php_value post_max_size 513M
+ php_value memory_limit 512M
+ php_value mbstring.func_overload 0
+ php_value always_populate_raw_post_data -1
+ php_value default_charset 'UTF-8'
+ php_value output_buffering 0
+ <IfModule mod_env.c>
+ SetEnv htaccessWorking true
+ </IfModule>
+</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]