Sfoglia il codice sorgente

Enable SSL on nextcloud snap

DricomDragon 4 anni fa
parent
commit
32902ffaaf
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      Guides/nextcloud.md

+ 6 - 0
Guides/nextcloud.md

@@ -54,10 +54,16 @@ No need to restart system, config is taken into account at web page reload.
 
 ## Enforce security
 
+### On proxy
+
 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`
 
+### On snap installation
+
+`sudo nextcloud.enable-https lets-encrypt`
+
 ## Other fixes
 
 As an admin, go to _Overview_ in the _Administration_ panel from _Settings_. Nexctloud will scan your instance and give you instructions.