NextCloud on LAMP on Stretch

From munkjensen.net/wiki
Revision as of 11:12, 28 June 2017 by Admin (talk | contribs) (→‎LAMP)

A few findings:

  1. LAMP
  2. NextCloud

LAMP


Enable http/2
  1. a2enmod http2
  2. add "Protocols h2 h2c http/1.1" to /etc/apache2/apache2.conf

NextCloud

  • Small typo: "php-7.0-cli" should be "php7.0-cli" in the first apt install command.

Additional installs