LINUX.ORG.RU
решено ФорумAdmin

Настройка NextCloud после установки

 , , ,


2

3

Привет. Раньше не сталкивался с подобными вопросами, а на хостах по большей части делается «кнопками». Подскажите как решить эти проблемы?

1. Объем памяти PHP ниже рекомендуемого значения 512 МБ.
2. PHP configuration option output_buffering must be disabled
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.

1. /var/php/php.ini правил на 512 мб, но ошибка всё равно есть.
2. не знаю где выключать
3. я понимаю что каталог data нужно перенести из корня, но где изменить путь к этому каталогу - понятия не имею.

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 ★★★★★
()
Последнее исправление: sniper21 (всего исправлений: 1)
Ответ на: комментарий от sniper21

Большое спасибо за конкретные ответы. Всё получилось!)

TheLinuxUser ★★
() автор топика
11 декабря 2022 г.
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.