mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Also set output_buffering in .user.ini to 0
This commit is contained in:
parent
90810cc605
commit
fb66a5f604
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ memory_limit=512M
|
|||
mbstring.func_overload=0
|
||||
always_populate_raw_post_data=-1
|
||||
default_charset='UTF-8'
|
||||
output_buffering=off
|
||||
output_buffering=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue