File: //etc/apache2/sites-available/fxhealth.co.za-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName fxhealth.co.za
ServerAlias www.fxhealth.co.za fxhealth.com www.fxhealth.com drlbp.co.za www.drlbp.co.za
ServerAdmin webmaster@fxhealth.co.za
DocumentRoot /home/fxhealth/public_html
AssignUserID fxhealth fxhealth
# AssignUserID fxhealthq fxhealth
Include zsdvirtualhostgeneric.conf
ErrorLog /home/fxhealth/log/error.log
LogLevel warn
CustomLog /home/fxhealth/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/drlbp.co.za-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/drlbp.co.za-0001/privkey.pem
</VirtualHost>
</IfModule>