summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-02-21 12:17:59 +0100
committerLukas Reschke <lukas@owncloud.com>2015-02-21 12:17:59 +0100
commit9b46e3b3d5f07187f43ebcd8e9babf2304a21fb7 (patch)
tree4f6088d45486f71aecf19be176a215d04cd0fe6d /.htaccess
parent2f0f38761db366c392c1e3e7c8c1ded2c514ba32 (diff)
downloadnextcloud-server-9b46e3b3d5f07187f43ebcd8e9babf2304a21fb7.tar.gz
nextcloud-server-9b46e3b3d5f07187f43ebcd8e9babf2304a21fb7.zip
Add expected values to default config as well
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index cf9af3f72d1..0ec0fc0134f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,6 +14,7 @@ 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 false
<IfModule mod_env.c>
SetEnv htaccessWorking true
</IfModule>