Skip to content

Commit

Permalink
[nextcloud] disable php output buffer as requirement for NC20
Browse files Browse the repository at this point in the history
  • Loading branch information
EV21 authored and luto committed Oct 6, 2020
1 parent 82b814e commit a48db38
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/guide_nextcloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ In order to increase the memory limit of php to the recommended value of 512 MB,

memory_limit = 512M

Output Buffering
----------------

Disable output buffering, create ``$HOME/etc/php.d/output_buffering.ini`` with the following content:

::

output_buffering=0

PHP Reload
----------

Expand Down Expand Up @@ -290,6 +299,6 @@ If files are missing like if you move files or restore backups on the machine an

----

Tested with Nextcloud 18.0.2, Uberspace 7.4.3.0
Tested with Nextcloud 20.0.0, Uberspace 7.7.8.0

.. author_list::

0 comments on commit a48db38

Please sign in to comment.