NextCloud can’t seem to get it set up in Apache2

// Lines added to the /etc/apache2/sites-available/nextcloud.conf
< virtualhost *:80>
ServerName jes-linux.nextcloud.io
Documentroot /var/www/html/nextcloud
< /virtualhost>
// Commands used for setting up apache2 using terminal commands
root@jes-linux:~# nano /etc/apache2/sites-available/nextcloud.conf
root@jes-linux:~# systemctl […]

See original post by invalid@example.com (JessieJDX1)

Leave a Reply