NextCloud on LAMP on Stretch: Difference between revisions

From munkjensen.net/wiki
Line 27: Line 27:
* [[Install NextCloud client on Windows 10]]
* [[Install NextCloud client on Windows 10]]
* https://linuxconfig.org/generate-ssl-certificates-with-letsencrypt-debian-linux
* https://linuxconfig.org/generate-ssl-certificates-with-letsencrypt-debian-linux
* [http://guichaz.free.fr/iotop/ iptop]
* [http://guichaz.free.fr/iotop/ iotop]
* [[Using "screen -S sessionName .script" in SSH|screen]]
* [[Using "screen -S sessionName .script" in SSH|screen]]
* [[PiVPN]]
* [[PiVPN]]

Revision as of 16:17, 6 May 2018

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