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