Installation Nextcloud - nur Apache2 default Page

Hallo zusammen,

ich habe ein problem bei der Installation von Nextcloud. Für Nextcloud habe ich mir einen ubuntu container in Proxmox erstellt. Bei der Installation von Nextcloud bin ich gemäß dieser Anleitung vorgegangen:

Nun habe ich das Problem, wenn ich lokal zum testen im Browser mit “http://192.168…” versuche auf die Nextcloud Anmeldeseite zu kommen nur der Apache2 default Bildschirm kommt. Was mach ich falsch? Auch der Aufruf von “http://192.168…/nextcloud” hat nichts gebracht. Ich habe bisher noch kein ssl Zertifikat erstellt, deshalb versuche ich es noch via http://…

meine nextcloud.conf sieht wie folgt aus:

<VirtualHost *:80>
     ServerAdmin master@domain.com
     DocumentRoot /var/www/nextcloud/
     ServerName nc1.local


     Alias /nextcloud "/var/www/nextcloud/"

     <Directory /var/www/nextcloud/>
        Options +FollowSymlinks
        AllowOverride All
        Require all granted
          <IfModule mod_dav.c>
            Dav off
          </IfModule>
        SetEnv HOME /var/www/nextcloud
        SetEnv HTTP_HOME /var/www/nextcloud
     </Directory>

     ErrorLog ${APACHE_LOG_DIR}/error.log
     CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

Ich hoffe ich habe alle benötigten Informationen euch gegeben, bin noch relativer Anfänger.

Grüße

basti2s