UseCanonicalName on Keepalive On RewriteEngine on ServerName ${FQDN} # Set the icons also to avoid 404 errors. Alias /icons/ "/usr/share/apache2/icons/" DocumentRoot "/srv/http/debian" Options -ExecCGI -Includes Options +Indexes +SymlinksIfOwnerMatch IndexOptions NameWidth=* +SuppressDescription FancyIndexing Charset=UTF-8 VersionSort FoldersFirst ReadmeName footer.html IndexIgnore header.html footer.html # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # AllowOverride FileInfo AuthConfig Limit # AllowOverride All # # Controls who can get stuff from this server. # Require all granted SSLCompression off Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/${FQDN}/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/${FQDN}/privkey.pem