File: //etc/apache2/sites-enabled/ru.ac.ke.conf
<VirtualHost *:443>
ServerName ru.ac.ke
DocumentRoot /var/www/ruwebsite
<Directory /var/www/unitask>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/unitask-error.log
CustomLog ${APACHE_LOG_DIR}/unitask-access.log combined
SSLCertificateFile /etc/letsencrypt/live/ru.ac.ke/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ru.ac.ke/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>