LINUX.ORG.RU

История изменений

Исправление sniper21, (текущая версия) :

1. Объем памяти PHP ниже рекомендуемого значения 512 МБ.

cd /etc/php/7.4/apache2 && vim php.ini

memory_limit = 512M

2. PHP configuration option output_buffering must be disabled

output_buffering = Off

3. Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.

config/config.php

'datadirectory' => '/data/nextcloud_data',

Исходная версия sniper21, :

1. Объем памяти PHP ниже рекомендуемого значения 512 МБ.

cd /etc/php/7.4/apache2 && vim php.ini

memory_limit = 512M

2. PHP configuration option output_buffering must be disabled

output_buffering = Off

3. Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.

config/config.php

'datadirectory' => '/data/nextcloud_data',