File: //etc/apache2/sites-available/acg-generations.org-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /home/sites/acg-generations
ServerAlias www.acg-generations.org
ServerAdmin contact@squeezer-software.com
ServerName acg-generations.org
<Directory "/home/sites/acg-generations">
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride all
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/acg-generations.org-error.log
CustomLog ${APACHE_LOG_DIR}/acg-generations.org.log combined
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/acg-generations.org/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/acg-generations.org/privkey.pem
</VirtualHost>
</IfModule>