File: //etc/apache2/sites-obsolete/myglobalnetworks.com-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName myglobalnetworks.com
ServerAlias www.myglobalnetworks.com test.myglobalnetworks.com
ServerAdmin webmaster@myglobalnetworks.com
DocumentRoot /home/myglobal/public_html
AssignUserID myglobal myglobal
# AssignUserID myglobalq myglobal
Include zsdvirtualhostgeneric.conf
ErrorLog /home/myglobal/log/error.log
LogLevel warn
CustomLog /home/myglobal/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 180
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/myglobalnetworks.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/myglobalnetworks.com/privkey.pem
</VirtualHost>
</IfModule>