Difference between revisions of "NextCloud/Pain points/https"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "== Forcing https == It is of course strongly suggested that you always run this sort of platform behind https (so snoopers can't directly see the traffic)... Assuming that y...")
 
Line 6: Line 6:
  
  
This is done nice and easily, by amending the ```.htaccess``` file in the root of the NextCloud installation.
+
This is done nice and easily, by amending the <code>.htaccess</code> file in the root of the NextCloud installation.

Revision as of 19:00, 15 March 2021

Forcing https

It is of course strongly suggested that you always run this sort of platform behind https (so snoopers can't directly see the traffic)...

Assuming that you have an SSL cert on the domain, you'll want to redirect all http traffic to https.


This is done nice and easily, by amending the .htaccess file in the root of the NextCloud installation.