File: //etc/apache2/sites-available/peloton.borealis.biz-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerName peloton.borealis.biz
DocumentRoot /var/www/peloton
<Directory /var/www/peloton/>
Options FollowSymLinks
AllowOverride All
</Directory>
#<Directory /var/www/>
# Options Indexes FollowSymLinks MultiViews
# AllowOverride None
# Order allow,deny
# allow from all
#</Directory>
ErrorLog ${APACHE_LOG_DIR}/peloton.borealis.biz-error.log
CustomLog ${APACHE_LOG_DIR}/peloton.borealis.biz-access.log combined
SSLCertificateFile /etc/letsencrypt/live/peloton.borealis.biz/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/peloton.borealis.biz/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>