|
@@ -54,10 +54,16 @@ No need to restart system, config is taken into account at web page reload.
|
|
|
|
|
|
## Enforce security
|
|
## Enforce security
|
|
|
|
|
|
|
|
+### On proxy
|
|
|
|
+
|
|
Follow [official instructions on Nextcloud doc](https://docs.nextcloud.com/server/latest/admin_manual/installation/harden_server.html)
|
|
Follow [official instructions on Nextcloud doc](https://docs.nextcloud.com/server/latest/admin_manual/installation/harden_server.html)
|
|
|
|
|
|
To enable *mod_headers* on HTTPD : `a2enmod headers`
|
|
To enable *mod_headers* on HTTPD : `a2enmod headers`
|
|
|
|
|
|
|
|
+### On snap installation
|
|
|
|
+
|
|
|
|
+`sudo nextcloud.enable-https lets-encrypt`
|
|
|
|
+
|
|
## Other fixes
|
|
## Other fixes
|
|
|
|
|
|
As an admin, go to _Overview_ in the _Administration_ panel from _Settings_. Nexctloud will scan your instance and give you instructions.
|
|
As an admin, go to _Overview_ in the _Administration_ panel from _Settings_. Nexctloud will scan your instance and give you instructions.
|