# puppet maintained > ServerName $name ServerAdmin debian-admin@lists.debian.org CustomLog /var/log/apache2/$name-access.log privacy ErrorLog /var/log/apache2/$name-error.log Redirect permanent / https://$name/ ServerAdmin debian-admin@lists.debian.org UserDir disabled ServerSignature On DocumentRoot /srv/static.debian.org/mirrors/$name/cur AllowOverride FileInfo Indexes Options=Multiviews Options Indexes SymLinksIfOwnerMatch Require all granted Header set Surrogate-Key <%= hostname %> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css Use vstatic-vhost-extra-$name > ServerName $name ErrorLog /var/log/apache2/$name-error.log CustomLog /var/log/apache2/$name-access.log privacy Use static-vhost-base-$name > ServerName $onion ErrorLog /var/log/apache2/$name-error.log CustomLog /var/log/apache2/$name-access.log privacy Use static-vhost-base-$name > ServerName $name ErrorLog /var/log/apache2/$name-error.log CustomLog /var/log/apache2/$name-access.log privacyssl Use common-debian-service-ssl $name Use common-ssl-HSTS Use http-pkp-$name Use static-vhost-base-$name # vim:ft=apache: