URL redirect port http://nextcloud.domain.com to https://nextcloud.domain.com

I just installed a new nextcloud server running v13. We will be using lets encrypt to SSL .
The problem is the port 80 web page is there with a bunch of information that will only confuse our users.
I would like http to simply forward to https .
I have webadmin installed but am a total rookie at apache.
Thanks john

When we finished the letsencrypt install and was working the http is now forwarding to https.
No need to make any changes in the system

Solved

Jep, certbot automates most SSL configuration :slight_smile:.

Otherwise simple solution is to add
Redirect permanent / https://my.domain.org/
to your port 80 vhost.

See: https://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect