Hello,
I have installed a brand new Owncloud on Ubuntu Server 17.10 with Apache2 and php7
All Owncloud Files are in the folder /var/www/owncloud.
I have created a vhost with the following settings
<VirtualHost *:443>
DocumentRoot /var/www/owncloud/
ServerName NAME
ServerAlias NAME
SSLEngine on
SSLCertificateFile /etc/ssl/certs/certpem
SSLCertificateKeyFile /etc/ssl/private/cert.key
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
But when I open a browser and go into settings, some images aren’t loading.
Where is my mistake?