ServerAdmin webmaster@localhost ServerName simplearter.com ServerAlias www.simplearter.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 Alias /sp /var/www/html_sp Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /uk /var/www/html_uk 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/simplearter.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/simplearter.com/privkey.pem