Https internal server error on dietpi fresh install (http works)

Hey guys,

I just did a fresh dietpi install on my odroid N2 and afterwards followed this guide to get my https access up and running.

Sadly though I am getting an internal server error when trying to access my cloud.

sudo apache2ctl configtest

tells me that my config files dont have any syntax errors.

I deviated from the guide a bit by changing my document root to /var/www/nextcloud instead of /var/www/html because syntax check told me that /var/www/html does not exist.

access to the cloud via http is working though.

thanks for your help in advance,

kind regards, Benjamin Preiss

Okey, turns out that I had to change my document root to /var/www instead of /var/www/nextcloud.

now everything works just fine!