# The off-fleet host's own vhost. celilo does NOT manage this file — the point # of external_web is that the host owns its web server, TLS, and DNS, and # celilo only drops files into the document root. ServerName tangohost.com ServerAlias www.tangohost.com DocumentRoot /home/theglo18/tangohost.com Options -Indexes +FollowSymLinks AllowOverride All Require all granted ServerName tangohost.com ServerAlias www.tangohost.com DocumentRoot /home/theglo18/tangohost.com SSLEngine on SSLCertificateFile /etc/ssl/cpanel-sim/site-tls.crt SSLCertificateKeyFile /etc/ssl/cpanel-sim/site-tls.key Options -Indexes +FollowSymLinks AllowOverride All Require all granted