# 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/
>
ServerName $name
ServerAdmin debian-admin@lists.debian.org
CustomLog /var/log/apache2/$name-access.log privacy
ErrorLog /var/log/apache2/$name-error.log
Redirect / https://$name/
UserDir disabled
ServerSignature On
DocumentRoot /srv/static.debian.org/mirrors/$name/cur
AllowOverride FileInfo Indexes Options=Multiviews
IndexOptions FancyIndexing NameWidth=*
Order allow,deny
Allow from all
Header set Surrogate-Key <%= hostname %>
DefaultType text/plain
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
>
ServerName $name
ServerAdmin debian-admin@lists.debian.org
ErrorLog /var/log/apache2/$name-error.log
CustomLog /var/log/apache2/$name-access.log privacy
Use common-static-base $name
$extra
Use common-static-vhost-with-extra $name "# nada"
Use common-dsa-vhost-https-redirect $name
>
ServerName $name
ServerAdmin debian-admin@lists.debian.org
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 common-static-base $name
# vim:ft=apache: