ServerAdmin webmaster@localhost ServerName brightsbean.com ServerAlias www.brightsbean.com DocumentRoot /var/www/html_us Options FollowSymLinks AllowOverride All Require all granted Alias /it /var/www/html_it Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /de /var/www/html_de Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /fr /var/www/html_fr Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /nl /var/www/html_nl Options Indexes FollowSymLinks AllowOverride All Require all granted ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/brightsbean.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/brightsbean.com/privkey.pem