File: //etc/apache2/sites-obsolete/allcapetours.co.za-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName allcapetours.co.za
ServerAlias www.allcapetours.co.za test.allcapetours.co.za
ServerAdmin webmaster@allcapetours.co.za
DocumentRoot /home/allcape/public_html
AssignUserID allcape allcape
# AssignUserID allcapeq allcape
Include zsdvirtualhostgeneric.conf
ErrorLog /home/allcape/log/error.log
LogLevel warn
CustomLog /home/allcape/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 60
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/allcapetours.co.za/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/allcapetours.co.za/privkey.pem
</VirtualHost>
</IfModule>