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