<IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerName www.nextcloud.giskids.ph
    ServerAlias www.nextcloud.giskids.ph
    DocumentRoot /var/www/html/www.nextcloud.giskids.ph

    <Directory /var/www/html>
        AllowOverride All
        Require all granted
    </Directory>

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

SSLCertificateFile /etc/letsencrypt/live/www.nextcloud.giskids.ph/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.nextcloud.giskids.ph/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
