Talk:Nextcloud: Difference between revisions

From Alpine Linux
(.)
 
(fixed opcache and path issues)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
There are a few missing steps that turn into warnings in the UI
There are a few missing steps that turn into warnings in the UI


* enabling APCu or another cache
  (set in a apcu.ini AND config.php)


enabling $PATH for FPM
Is there a reason why php5-fpm is recommended instead of php7-fpm?
enabling opcache
Php5 isn't supported by many applications anymore and will soon become deprecated.
enabling APCu or another cache

Revision as of 12:55, 12 August 2018

There are a few missing steps that turn into warnings in the UI

  • enabling APCu or another cache
 (set in a apcu.ini AND config.php)

Is there a reason why php5-fpm is recommended instead of php7-fpm? Php5 isn't supported by many applications anymore and will soon become deprecated.