DocumentRoot "/var/www/html/cdn"
ServerName cdn.grovesindustrial.com
CustomLog "/var/log/httpd/com.grovesindustrial.cdn-access_log" combined
ErrorLog "/var/log/httpd/com.grovesindustrial.cdn-error_log"
Options Includes FollowSymLinks
Options +Indexes
AllowOverride All
Order allow,deny
Allow from all
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/grovesindustrial.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/grovesindustrial.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/grovesindustrial.com/chain.pem
ServerName cdn.dgisupply.ca
DocumentRoot "/var/www/html/cdn/dgica"
ServerName cdn.dgisupply.ca
CustomLog "/var/log/httpd/ca.dgisupply.cdn-access_log" combined
ErrorLog "/var/log/httpd/ca.dgisupply.cdn-error_log"
Options Includes FollowSymLinks
Options +Indexes
AllowOverride All
Order allow,deny
Allow from all
SSLCertificateFile /etc/letsencrypt/live/dgisupply.ca/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dgisupply.ca/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateChainFile /etc/letsencrypt/live/dgisupply.ca/chain.pem